Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lily-pads {
color: #6eaf89;
}
.nyc-taxi {
color: #f6b531;
}
.fuchsia-purple {
color: #d83b7a;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lily-pads:#6eaf89;
--nyc-taxi:#f6b531;
--fuchsia-purple:#d83b7a;
--olympic-blue:#4b91e2;
}