Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.yellow-cream {
color: #f2d269;
}
.bright-sea-green {
color: #a2e6ba;
}
.skyan {
color: #6bcbff;
}
.lilac-geode {
color: #b980ff;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--yellow-cream:#f2d269;
--bright-sea-green:#a2e6ba;
--skyan:#6bcbff;
--lilac-geode:#b980ff;
}