Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.orchid-orange {
color: #ff9f80;
}
.bread-n-butter {
color: #ffd280;
}
.cinque-foil {
color: #ffff8f;
}
.radar-blip-green {
color: #a4ff80;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--orchid-orange:#ff9f80;
--bread-n-butter:#ffd280;
--cinque-foil:#ffff8f;
--radar-blip-green:#a4ff80;
}