Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lemon-whisper {
color: #ffb30f;
}
.soviet-gold {
color: #ffd900;
}
.citrus-surge {
color: #8bc34b;
}
.neon-nazar {
color: #4ccfe1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lemon-whisper:#ffb30f;
--soviet-gold:#ffd900;
--citrus-surge:#8bc34b;
--neon-nazar:#4ccfe1;
}