Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3f8d67;
}
.spearmint-burst {
color: #5abf8b;
}
.ragweed {
color: #79e6a1;
}
.sandy-shore {
color: #f2e8ba;
}
.brass-mesh {
color: #e3a64a;
}
/* CSS Variables */
:root {
--illuminati-green:#3f8d67;
--spearmint-burst:#5abf8b;
--ragweed:#79e6a1;
--sandy-shore:#f2e8ba;
--brass-mesh:#e3a64a;
}