Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solaria {
color: #f5d88e;
}
.soft-cashmere {
color: #e9b4d8;
}
.windsor-way {
color: #a1c5e2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solaria:#f5d88e;
--soft-cashmere:#e9b4d8;
--windsor-way:#a1c5e2;
--grapefruit-pulp:#ff6e61;
}