Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff7f24;
}
.au-gratin {
color: #ffa047;
}
.nouveau-riche {
color: #ffbc75;
}
.mouse-nose {
color: #ffe4b3;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff7f24;
--au-gratin:#ffa047;
--nouveau-riche:#ffbc75;
--mouse-nose:#ffe4b3;
--soviet-gold:#ffd900;
}