Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.mango-orange {
color: #ff8d5c;
}
.cape-jasmine {
color: #ffbb5c;
}
.neon-light {
color: #ffe15c;
}
.pale-lime-green {
color: #b3ff5c;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--mango-orange:#ff8d5c;
--cape-jasmine:#ffbb5c;
--neon-light:#ffe15c;
--pale-lime-green:#b3ff5c;
}