Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.brilliant-beige {
color: #f2c5b5;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.glisten-yellow {
color: #f4e9a9;
}
.grape-green {
color: #a4e1a3;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--brilliant-beige:#f2c5b5;
--antique-wicker-basket:#f6d2a2;
--glisten-yellow:#f4e9a9;
--grape-green:#a4e1a3;
}