Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f6a83c;
}
.popcorn {
color: #f6d079;
}
.invigorating {
color: #f1eab1;
}
.island-light {
color: #a6c6ed;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--raichu-orange:#f6a83c;
--popcorn:#f6d079;
--invigorating:#f1eab1;
--island-light:#a6c6ed;
--olympic-blue:#4b91e2;
}