Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cyprus-green {
color: #6d9c89;
}
.sunny-mood {
color: #f7c94b;
}
.bubblegum {
color: #e85e75;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cyprus-green:#6d9c89;
--sunny-mood:#f7c94b;
--bubblegum:#e85e75;
--welcoming-wasp:#f0a800;
}