Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.hard-candy {
color: #ffb8b8;
}
.cinderella-pink {
color: #ffc7c7;
}
.crushed-cashew {
color: #ffedd6;
}
.lead-glass {
color: #fffae5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--hard-candy:#ffb8b8;
--cinderella-pink:#ffc7c7;
--crushed-cashew:#ffedd6;
--lead-glass:#fffae5;
}