Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.blue-jeans {
color: #59b6e8;
}
.antique-cameo {
color: #f0b6a3;
}
.shrimp-cocktail {
color: #f4a462;
}
.autumn-orange {
color: #ef9b4d;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--blue-jeans:#59b6e8;
--antique-cameo:#f0b6a3;
--shrimp-cocktail:#f4a462;
--autumn-orange:#ef9b4d;
}