Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f6a83c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.limesicle {
color: #f2e8c0;
}
.winter-chime {
color: #85c5e0;
}
.maui-blue {
color: #4f9fb5;
}
/* CSS Variables */
:root {
--raichu-orange:#f6a83c;
--solar-plexus-chakra:#f1c84b;
--limesicle:#f2e8c0;
--winter-chime:#85c5e0;
--maui-blue:#4f9fb5;
}