Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f6cbe8;
}
.violet-kiss {
color: #f4a4d7;
}
.blush {
color: #f4a090;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--sparkling-pink:#f6cbe8;
--violet-kiss:#f4a4d7;
--blush:#f4a090;
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
}