Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.pink-marshmallow {
color: #f1b1d3;
}
.buttery-croissant {
color: #f5e19e;
}
.cookie-crust {
color: #e6b156;
}
.childhood-crush {
color: #e26a6c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--pink-marshmallow:#f1b1d3;
--buttery-croissant:#f5e19e;
--cookie-crust:#e6b156;
--childhood-crush:#e26a6c;
}