Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f6a83c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cornflake {
color: #f0e68a;
}
.eerie-glow {
color: #a7d7b8;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--raichu-orange:#f6a83c;
--solar-plexus-chakra:#f1c84b;
--cornflake:#f0e68a;
--eerie-glow:#a7d7b8;
--peaceful-river:#4a9cd3;
}