Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
.mulberry-yogurt {
color: #c24c8d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--glitter-is-not-gold:#ffdd57;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
--mulberry-yogurt:#c24c8d;
}