Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4dab1;
}
.dublin-jack {
color: #6eaf8f;
}
.illuminati-green {
color: #3c8b6b;
}
.french-market {
color: #a4c8a3;
}
.quark-white {
color: #e7f0e5;
}
/* CSS Variables */
:root {
--frugal:#a4dab1;
--dublin-jack:#6eaf8f;
--illuminati-green:#3c8b6b;
--french-market:#a4c8a3;
--quark-white:#e7f0e5;
}