Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.lazy-daisy {
color: #f7e9a1;
}
.rose-mallow {
color: #f1a7c5;
}
.hope {
color: #e77e9f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--lazy-daisy:#f7e9a1;
--rose-mallow:#f1a7c5;
--hope:#e77e9f;
}