Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.cosmetic-peach {
color: #f3c2af;
}
.cono-de-vainilla {
color: #f2dab5;
}
.iced-celery {
color: #e1e8b5;
}
.light-blue-glint {
color: #a9d5e0;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--cosmetic-peach:#f3c2af;
--cono-de-vainilla:#f2dab5;
--iced-celery:#e1e8b5;
--light-blue-glint:#a9d5e0;
}