Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.fire-orange {
color: #ff8f5c;
}
.common-dandelion {
color: #ffd65c;
}
.irradiated-green {
color: #a8ff5c;
}
.ineffable-green {
color: #5cffb6;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--fire-orange:#ff8f5c;
--common-dandelion:#ffd65c;
--irradiated-green:#a8ff5c;
--ineffable-green:#5cffb6;
}