Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.guava {
color: #ff9b29;
}
.splendor-gold {
color: #ffb24d;
}
.hint-of-honey {
color: #ffd86b;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--guava:#ff9b29;
--splendor-gold:#ffb24d;
--hint-of-honey:#ffd86b;
--the-first-daffodil:#ffee8f;
}