Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.instant-orange {
color: #ff8d29;
}
.electric-glow {
color: #ffd000;
}
.snow-pea {
color: #6ecf6e;
}
.fantasy-console-sky {
color: #29b0ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--instant-orange:#ff8d29;
--electric-glow:#ffd000;
--snow-pea:#6ecf6e;
--fantasy-console-sky:#29b0ff;
}