Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.hopeful {
color: #f4d2e1;
}
.reduced-pink {
color: #f6e4e4;
}
.lantern-light {
color: #f5eab8;
}
.iced-vovo {
color: #e3a5b4;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--hopeful:#f4d2e1;
--reduced-pink:#f6e4e4;
--lantern-light:#f5eab8;
--iced-vovo:#e3a5b4;
}