Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.first-date {
color: #f4b69f;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.plume {
color: #a3d1d2;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--first-date:#f4b69f;
--antique-wicker-basket:#f2d4a1;
--plume:#a3d1d2;
--blue-electress:#6b9cd1;
}