Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pink-chalk {
color: #f5a3b8;
}
.poppy-petal {
color: #f89c8b;
}
.golden-opportunity {
color: #f5c270;
}
.paved-with-gold {
color: #ead385;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pink-chalk:#f5a3b8;
--poppy-petal:#f89c8b;
--golden-opportunity:#f5c270;
--paved-with-gold:#ead385;
}