Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sorreno-lemon {
color: #f0cd5c;
}
.gold-sand {
color: #f7e7a6;
}
.azalea-pink {
color: #f9c3c3;
}
.stellar-strawberry {
color: #f95d8e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sorreno-lemon:#f0cd5c;
--gold-sand:#f7e7a6;
--azalea-pink:#f9c3c3;
--stellar-strawberry:#f95d8e;
}