Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.mango-orange {
color: #ff8a5c;
}
.cape-jasmine {
color: #ffb85c;
}
.thallium-flame {
color: #5cff8a;
}
.rare-wind {
color: #5cffdc;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--mango-orange:#ff8a5c;
--cape-jasmine:#ffb85c;
--thallium-flame:#5cff8a;
--rare-wind:#5cffdc;
}