Color names in this palette
CSS code for this palette
/* CSS */
.forever-lilac {
color: #b1a6c5;
}
.sweet-lilac {
color: #eab8d1;
}
.pink-sherbet {
color: #f4809d;
}
.blossom-tree {
color: #ffc7da;
}
.taylor {
color: #5d5c7a;
}
/* CSS Variables */
:root {
--forever-lilac:#b1a6c5;
--sweet-lilac:#eab8d1;
--pink-sherbet:#f4809d;
--blossom-tree:#ffc7da;
--taylor:#5d5c7a;
}