Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4c9a6e;
}
.irish-spring {
color: #8fc7a3;
}
.jade-spell {
color: #c2e5d2;
}
.precious-dewdrop {
color: #f4f8e2;
}
.aztec-glimmer {
color: #e4b444;
}
/* CSS Variables */
:root {
--greenbrier:#4c9a6e;
--irish-spring:#8fc7a3;
--jade-spell:#c2e5d2;
--precious-dewdrop:#f4f8e2;
--aztec-glimmer:#e4b444;
}