Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.drop-green {
color: #6cbf5a;
}
.dirty-blue {
color: #407f9c;
}
.welcoming-wasp {
color: #f0a800;
}
.pink-punch {
color: #d54d6d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--drop-green:#6cbf5a;
--dirty-blue:#407f9c;
--welcoming-wasp:#f0a800;
--pink-punch:#d54d6d;
}