Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.baby-chick {
color: #ffeba3;
}
.emerald-wave {
color: #4eb7ac;
}
.red-salsa {
color: #ff3d47;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--baby-chick:#ffeba3;
--emerald-wave:#4eb7ac;
--red-salsa:#ff3d47;
}