Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-green {
color: #a9d69e;
}
.aroma-garden {
color: #a4c6a7;
}
.madang {
color: #b3e2a6;
}
.lasting-thoughts {
color: #d0e8b0;
}
.spice-garden {
color: #c8d8b1;
}
/* CSS Variables */
:root {
--pistachio-green:#a9d69e;
--aroma-garden:#a4c6a7;
--madang:#b3e2a6;
--lasting-thoughts:#d0e8b0;
--spice-garden:#c8d8b1;
}