Color names in this palette
CSS code for this palette
/* CSS */
.beauty-queen {
color: #c25b8a;
}
.young-crab {
color: #f89b9c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.shallow-shoal {
color: #9fd6d2;
}
.drama-queen {
color: #a66e9b;
}
/* CSS Variables */
:root {
--beauty-queen:#c25b8a;
--young-crab:#f89b9c;
--solar-plexus-chakra:#f1c84b;
--shallow-shoal:#9fd6d2;
--drama-queen:#a66e9b;
}