Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f5c47a;
}
.rajah {
color: #f9a65d;
}
.hot-orange {
color: #f38a39;
}
.glazed-carrot {
color: #e86a2c;
}
.tangerine-bliss {
color: #d85e31;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f5c47a;
--rajah:#f9a65d;
--hot-orange:#f38a39;
--glazed-carrot:#e86a2c;
--tangerine-bliss:#d85e31;
}