Color names in this palette
CSS code for this palette
/* CSS */
.royal-banner {
color: #c94a6c;
}
.pink-fit {
color: #f8a5b6;
}
.bloodthirsty-beige {
color: #f6d5d0;
}
.frolic {
color: #f9e8e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--royal-banner:#c94a6c;
--pink-fit:#f8a5b6;
--bloodthirsty-beige:#f6d5d0;
--frolic:#f9e8e1;
--solar-plexus-chakra:#f1c84b;
}