Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5f898c;
}
.dante-peak {
color: #b4d5d2;
}
.splash-of-honey {
color: #d9b68c;
}
.shrimp-cocktail {
color: #ef9f61;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--steel-teal:#5f898c;
--dante-peak:#b4d5d2;
--splash-of-honey:#d9b68c;
--shrimp-cocktail:#ef9f61;
--nasturtium-flower:#e64919;
}