Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.emerald-wave {
color: #4eb7ac;
}
.blue-elemental {
color: #4d8af5;
}
.noble-cause-purple {
color: #7b1fa3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--emerald-wave:#4eb7ac;
--blue-elemental:#4d8af5;
--noble-cause-purple:#7b1fa3;
}