Color names in this palette
CSS code for this palette
/* CSS */
.wasabi-peanut {
color: #b1c79e;
}
.mow-the-lawn {
color: #a5b899;
}
.alga-moss {
color: #8faa8d;
}
.precious-oxley {
color: #6f9b7a;
}
.saltwater-depth {
color: #508b6c;
}
/* CSS Variables */
:root {
--wasabi-peanut:#b1c79e;
--mow-the-lawn:#a5b899;
--alga-moss:#8faa8d;
--precious-oxley:#6f9b7a;
--saltwater-depth:#508b6c;
}