Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9d;
}
.valley-of-fire {
color: #ff8b4d;
}
.decisive-yellow {
color: #ffcc4d;
}
.soviet-gold {
color: #ffd900;
}
.p-l-yellow {
color: #fffc57;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9d;
--valley-of-fire:#ff8b4d;
--decisive-yellow:#ffcc4d;
--soviet-gold:#ffd900;
--p-l-yellow:#fffc57;
}