Color names in this palette
CSS code for this palette
/* CSS */
.woad-blue {
color: #5a7dba;
}
.airborne {
color: #a1c1d4;
}
.sweet-lilac {
color: #e9b9d0;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.pink-eraser {
color: #f39f9b;
}
/* CSS Variables */
:root {
--woad-blue:#5a7dba;
--airborne:#a1c1d4;
--sweet-lilac:#e9b9d0;
--antique-wicker-basket:#f7d3a1;
--pink-eraser:#f39f9b;
}