Ocean Teal
Solid · .btn-ocean-teal
Text
Class name
Color hue
Radius · 10px
Size
.btn-ocean-teal {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 10px;
background: #0891b2;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}
.btn-ocean-teal:hover {
background: #0e7490;
}
.btn-ocean-teal:active {
background: #155e75;
}