Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.midday-sun {
color: #fee3a4;
}
.celery-root {
color: #d3e4b9;
}
.light-blue-glint {
color: #a8d3e1;
}
.airborne {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--midday-sun:#fee3a4;
--celery-root:#d3e4b9;
--light-blue-glint:#a8d3e1;
--airborne:#a1c1d4;
}