Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.millennial-pink {
color: #f6c9c1;
}
.lemon-rose {
color: #f9eaae;
}
.sun-dust {
color: #f6e1a2;
}
.enhance {
color: #d3a6bf;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--millennial-pink:#f6c9c1;
--lemon-rose:#f9eaae;
--sun-dust:#f6e1a2;
--enhance:#d3a6bf;
}