Color names in this palette
CSS code for this palette
/* CSS */
.hidden-sea-glass {
color: #6ed4cf;
}
.buttery-croissant {
color: #f6e19d;
}
.love-spell {
color: #f9b4c3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--hidden-sea-glass:#6ed4cf;
--buttery-croissant:#f6e19d;
--love-spell:#f9b4c3;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
}