Color names in this palette
CSS code for this palette
/* CSS */
.limestoned {
color: #a8c9a6;
}
.celadon-sorbet {
color: #b2d7c8;
}
.after-dinner-mint {
color: #e2f3e7;
}
.holy-white {
color: #f5f9dc;
}
.autumn-wind {
color: #f9d2b4;
}
/* CSS Variables */
:root {
--limestoned:#a8c9a6;
--celadon-sorbet:#b2d7c8;
--after-dinner-mint:#e2f3e7;
--holy-white:#f5f9dc;
--autumn-wind:#f9d2b4;
}