Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.precious-pink {
color: #f4b3b3;
}
.pink-eraser {
color: #f4a29a;
}
.arts-crafts-gold {
color: #f9c78b;
}
.venetian-yellow {
color: #f6e2a2;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--precious-pink:#f4b3b3;
--pink-eraser:#f4a29a;
--arts-crafts-gold:#f9c78b;
--venetian-yellow:#f6e2a2;
}