Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.first-peach {
color: #f4c8c8;
}
.eugenia {
color: #f2e7d4;
}
.cruise {
color: #b4e4d6;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--first-peach:#f4c8c8;
--eugenia:#f2e7d4;
--cruise:#b4e4d6;
--light-blue-glint:#a8d3e1;
}