Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a4daa6;
}
.fringy-flower {
color: #b7e1b9;
}
.chayote {
color: #c8e5c2;
}
.blue-romance {
color: #d9f2d4;
}
.homeopathic-lime {
color: #e8f6e4;
}
/* CSS Variables */
:root {
--green-trance:#a4daa6;
--fringy-flower:#b7e1b9;
--chayote:#c8e5c2;
--blue-romance:#d9f2d4;
--homeopathic-lime:#e8f6e4;
}