Color names in this palette
CSS code for this palette
/* CSS */
.limestoned {
color: #a7c9a1;
}
.enchanted-meadow {
color: #b2d7b5;
}
.cabbage-leaf {
color: #dfe7d0;
}
.frosted-mint {
color: #e4f1e4;
}
.peaceful-rain {
color: #f0f9f0;
}
/* CSS Variables */
:root {
--limestoned:#a7c9a1;
--enchanted-meadow:#b2d7b5;
--cabbage-leaf:#dfe7d0;
--frosted-mint:#e4f1e4;
--peaceful-rain:#f0f9f0;
}