Color names in this palette
CSS code for this palette
/* CSS */
.beauty-queen {
color: #c25b8d;
}
.sizzling-sunset {
color: #e77d4b;
}
.raichu-orange {
color: #f5b038;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.shallow-shoal {
color: #9fd6d5;
}
/* CSS Variables */
:root {
--beauty-queen:#c25b8d;
--sizzling-sunset:#e77d4b;
--raichu-orange:#f5b038;
--solar-plexus-chakra:#f1c84b;
--shallow-shoal:#9fd6d5;
}