Color names in this palette
CSS code for this palette
/* CSS */
.pastel-lavender {
color: #d8a2c8;
}
.buttery-croissant {
color: #f3e49b;
}
.golden-glam {
color: #f4b943;
}
.star-grass {
color: #76d6c3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pastel-lavender:#d8a2c8;
--buttery-croissant:#f3e49b;
--golden-glam:#f4b943;
--star-grass:#76d6c3;
--grapefruit-pulp:#ff6e61;
}