Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f6c4a7;
}
.pink-lady {
color: #f2d9b5;
}
.iced-celery {
color: #e5e9b9;
}
.tear {
color: #b6d8e2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f6c4a7;
--pink-lady:#f2d9b5;
--iced-celery:#e5e9b9;
--tear:#b6d8e2;
}