Color names in this palette
CSS code for this palette
/* CSS */
.warm-cocoon {
color: #f7d19c;
}
.cornsilk-yellow {
color: #f6c76f;
}
.butter-cream {
color: #f5b042;
}
.phoenix-flames {
color: #f49d1a;
}
.saffron-gold {
color: #f58b00;
}
/* CSS Variables */
:root {
--warm-cocoon:#f7d19c;
--cornsilk-yellow:#f6c76f;
--butter-cream:#f5b042;
--phoenix-flames:#f49d1a;
--saffron-gold:#f58b00;
}