Color names in this palette
CSS code for this palette
/* CSS */
.deep-aquamarine {
color: #7bd6e0;
}
.caulerpa-lentillifera {
color: #599a9b;
}
.nickel-ore-green {
color: #4f7d7d;
}
.mandys-pink {
color: #f4b79f;
}
.redstone {
color: #e76e6e;
}
/* CSS Variables */
:root {
--deep-aquamarine:#7bd6e0;
--caulerpa-lentillifera:#599a9b;
--nickel-ore-green:#4f7d7d;
--mandys-pink:#f4b79f;
--redstone:#e76e6e;
}