Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.shiva-blue {
color: #9ad6f9;
}
.princess {
color: #f1a7b6;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f6b6e0;
--solar-plexus-chakra:#f1c84b;
--shiva-blue:#9ad6f9;
--princess:#f1a7b6;
--consumed-by-fire:#f47f1f;
}