Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.rose-aspect {
color: #f1c6c6;
}
.pouty-purple {
color: #e5d6f0;
}
.icicle-mint {
color: #d0e7e3;
}
.polar-blue {
color: #b2e1e6;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--rose-aspect:#f1c6c6;
--pouty-purple:#e5d6f0;
--icicle-mint:#d0e7e3;
--polar-blue:#b2e1e6;
}