Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sugar-high {
color: #f2c5e9;
}
.pinenut {
color: #f8dbb9;
}
.welcoming-wasp {
color: #f0a800;
}
.highlighter-pink {
color: #e85e7e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sugar-high:#f2c5e9;
--pinenut:#f8dbb9;
--welcoming-wasp:#f0a800;
--highlighter-pink:#e85e7e;
}