Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.endearment {
color: #ffd9a3;
}
.emerald-wave {
color: #4eb7ac;
}
.cyan-cornflower-blue {
color: #1e8cc2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--endearment:#ffd9a3;
--emerald-wave:#4eb7ac;
--cyan-cornflower-blue:#1e8cc2;
}