Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.hawaiian-passion {
color: #ff9e3d;
}
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--hawaiian-passion:#ff9e3d;
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
}