Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d000;
}
.sugar-cookie {
color: #f2e1a1;
}
.smidgen-of-love {
color: #f2cad8;
}
.amaranth-pink {
color: #f29cbb;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d000;
--sugar-cookie:#f2e1a1;
--smidgen-of-love:#f2cad8;
--amaranth-pink:#f29cbb;
}