Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.little-baby-girl {
color: #f9b9d3;
}
.lazy-daisy {
color: #f7eea1;
}
.pink-chalk {
color: #f5a3be;
}
.pretty-pink-piggy {
color: #f1a2e0;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--little-baby-girl:#f9b9d3;
--lazy-daisy:#f7eea1;
--pink-chalk:#f5a3be;
--pretty-pink-piggy:#f1a2e0;
}