Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.laelia-pink {
color: #f4c8e2;
}
.corn-field {
color: #f8f3c4;
}
.basil-smash {
color: #b7e0a3;
}
.pale-jade {
color: #74c3b6;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--laelia-pink:#f4c8e2;
--corn-field:#f8f3c4;
--basil-smash:#b7e0a3;
--pale-jade:#74c3b6;
}