Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.radiant-sun {
color: #f3ca4f;
}
.smooth-satin {
color: #a4d6d4;
}
.hole-in-one {
color: #4baf93;
}
.nero-s-green {
color: #2e7e7f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--radiant-sun:#f3ca4f;
--smooth-satin:#a4d6d4;
--hole-in-one:#4baf93;
--nero-s-green:#2e7e7f;
}