Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.day-at-the-zoo {
color: #ffa070;
}
.soviet-gold {
color: #ffd900;
}
.bright-khaki {
color: #f0e78e;
}
.lemon-chiffon {
color: #fffacc;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--day-at-the-zoo:#ffa070;
--soviet-gold:#ffd900;
--bright-khaki:#f0e78e;
--lemon-chiffon:#fffacc;
}