Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc95;
}
.reef-green {
color: #a3e6c7;
}
.rice-flower {
color: #f1f7cf;
}
.flirtatious {
color: #fdd835;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc95;
--reef-green:#a3e6c7;
--rice-flower:#f1f7cf;
--flirtatious:#fdd835;
--grapefruit-pulp:#ff6e61;
}