Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.laelia-pink {
color: #f4c8e2;
}
.grape-taffy {
color: #f6dff2;
}
.first-shade-of-blue {
color: #cae3f2;
}
.sea-rover {
color: #a3cfe0;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--laelia-pink:#f4c8e2;
--grape-taffy:#f6dff2;
--first-shade-of-blue:#cae3f2;
--sea-rover:#a3cfe0;
}