Color names in this palette
CSS code for this palette
/* CSS */
.whitest-white {
color: #f7f9f5;
}
.bubble {
color: #e9f5e5;
}
.silky-mint {
color: #d8eed8;
}
.appetite {
color: #b0e8b0;
}
.green-trance {
color: #a2d8a2;
}
/* CSS Variables */
:root {
--whitest-white:#f7f9f5;
--bubble:#e9f5e5;
--silky-mint:#d8eed8;
--appetite:#b0e8b0;
--green-trance:#a2d8a2;
}