Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.vitamin-c {
color: #ff9900;
}
.amber {
color: #ffbf00;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--vitamin-c:#ff9900;
--amber:#ffbf00;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
}