Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d95d30;
}
.rowdy-orange {
color: #e7a20d;
}
.hawker-s-gold {
color: #f4c46c;
}
.lazy-daisy {
color: #f7e7a1;
}
.crisp-muslin {
color: #eae2d7;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d95d30;
--rowdy-orange:#e7a20d;
--hawker-s-gold:#f4c46c;
--lazy-daisy:#f7e7a1;
--crisp-muslin:#eae2d7;
}