Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.super-sepia {
color: #ffa98a;
}
.soviet-gold {
color: #ffd900;
}
.tiki-monster {
color: #8fbc8f;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--super-sepia:#ffa98a;
--soviet-gold:#ffd900;
--tiki-monster:#8fbc8f;
--steel-blue:#4682b4;
}