Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.orange-bell-pepper {
color: #ff8b42;
}
.splendor-gold {
color: #ffb24d;
}
.aspen-gold {
color: #ffd761;
}
.golden-aurelia {
color: #fff175;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--orange-bell-pepper:#ff8b42;
--splendor-gold:#ffb24d;
--aspen-gold:#ffd761;
--golden-aurelia:#fff175;
}