Outline Rose
Outline & Ghost · .btn-outline-rose
Text
Class name
Color hue
Radius · pill
Size
.btn-outline-rose {
display: inline-block;
padding: 12px 26px;
border: 2px solid #f43f5e;
border-radius: 999px;
background: transparent;
color: #f43f5e;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn-outline-rose:hover {
background: #f43f5e;
color: #ffffff;
box-shadow: 0 6px 16px rgba(244, 63, 94, 0.35);
}
.btn-outline-rose:active {
box-shadow: none;
}