Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.neighborly-peach {
color: #f3c0a5;
}
.bali-sand {
color: #f6e8d5;
}
.cruise {
color: #b4e4d6;
}
.corrosion-green {
color: #4d9d8c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--neighborly-peach:#f3c0a5;
--bali-sand:#f6e8d5;
--cruise:#b4e4d6;
--corrosion-green:#4d9d8c;
}