Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.citrus-sachet {
color: #f1c6a7;
}
.brushstroke {
color: #f2e0ba;
}
.fresh-water {
color: #c3e0f4;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--citrus-sachet:#f1c6a7;
--brushstroke:#f2e0ba;
--fresh-water:#c3e0f4;
--light-blue-glint:#a8d3e1;
}