Color names in this palette
CSS code for this palette
/* CSS */
.greek-garden {
color: #8cca8c;
}
.green-trance {
color: #a2d8a5;
}
.sugar-mint {
color: #c1e6c3;
}
.lighthouse {
color: #f3f6f3;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--greek-garden:#8cca8c;
--green-trance:#a2d8a5;
--sugar-mint:#c1e6c3;
--lighthouse:#f3f6f3;
--dr-white:#fafafa;
}