Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
.lemon-chiffon {
color: #fffacc;
}
.navajo-white {
color: #ffdead;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--cheese:#ffa600;
--soviet-gold:#ffd900;
--lemon-chiffon:#fffacc;
--navajo-white:#ffdead;
}