Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.lime-lizard {
color: #a3d55d;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c4;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--lime-lizard:#a3d55d;
--fiji-palm:#4c8b3c;
}