Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.hollandaise {
color: #ffec42;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--hollandaise:#ffec42;
--peach-of-mind:#ffe3b3;
}