Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e0a3;
}
.patina-green {
color: #b9ebb2;
}
.toxic-essence {
color: #c6f2ba;
}
.frosted-mint-hills {
color: #cff9c3;
}
.frosted-plains {
color: #e1ffdb;
}
/* CSS Variables */
:root {
--grape-green:#a8e0a3;
--patina-green:#b9ebb2;
--toxic-essence:#c6f2ba;
--frosted-mint-hills:#cff9c3;
--frosted-plains:#e1ffdb;
}