Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.laelia-pink {
color: #f5c7e3;
}
.emperor-s-children {
color: #f3a0b2;
}
.first-date {
color: #f6b4a2;
}
.lion-cub {
color: #f8caa5;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--laelia-pink:#f5c7e3;
--emperor-s-children:#f3a0b2;
--first-date:#f6b4a2;
--lion-cub:#f8caa5;
}