Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cyprus-green {
color: #6d9c89;
}
.mystic-tulip {
color: #f7b5a1;
}
.e-honda-beige {
color: #f9d780;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cyprus-green:#6d9c89;
--mystic-tulip:#f7b5a1;
--e-honda-beige:#f9d780;
--welcoming-wasp:#f0a800;
}