Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pretty-in-pink {
color: #f6c1e4;
}
.popcorn {
color: #f8cf7c;
}
.chunky-bee {
color: #ffc94d;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pretty-in-pink:#f6c1e4;
--popcorn:#f8cf7c;
--chunky-bee:#ffc94d;
--peach-butter:#fbaf3c;
}