Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.everblooming {
color: #f2cab5;
}
.aspen-yellow {
color: #f9df9f;
}
.milky-maize {
color: #f7d9a1;
}
.lusty-salmon {
color: #f1b2a7;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--everblooming:#f2cab5;
--aspen-yellow:#f9df9f;
--milky-maize:#f7d9a1;
--lusty-salmon:#f1b2a7;
}