Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f6b6e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bleached-aqua {
color: #b9e4e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.laelia-pink {
color: #f5c7e0;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f6b6e2;
--solar-plexus-chakra:#f1c84b;
--bleached-aqua:#b9e4e0;
--grapefruit-pulp:#ff6e61;
--laelia-pink:#f5c7e0;
}