Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.laelia-pink {
color: #f9c8e0;
}
.only-yesterday {
color: #f4d1b8;
}
.open-sesame {
color: #f8e1aa;
}
.troll-slayer-orange {
color: #f7a44b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--laelia-pink:#f9c8e0;
--only-yesterday:#f4d1b8;
--open-sesame:#f8e1aa;
--troll-slayer-orange:#f7a44b;
}