Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4d9d6d;
}
.frugal {
color: #a4d5b1;
}
.bubble {
color: #e9f7e9;
}
.lavender-water {
color: #d1c8e0;
}
.unimaginable {
color: #8f7dba;
}
/* CSS Variables */
:root {
--greenbrier:#4d9d6d;
--frugal:#a4d5b1;
--bubble:#e9f7e9;
--lavender-water:#d1c8e0;
--unimaginable:#8f7dba;
}