Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.e-honda-beige {
color: #f9d780;
}
.rogue-pink {
color: #f5a3c1;
}
.salmon-pok-bowl {
color: #f27c78;
}
.dream-land {
color: #e6b2e4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--e-honda-beige:#f9d780;
--rogue-pink:#f5a3c1;
--salmon-pok-bowl:#f27c78;
--dream-land:#e6b2e4;
}