Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.botanical-tint {
color: #a7e2d5;
}
.dream-land {
color: #e9b4e7;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--solar-plexus-chakra:#f1c84b;
--touch-of-turquoise:#a2d7d0;
--botanical-tint:#a7e2d5;
--dream-land:#e9b4e7;
}