Color names in this palette
CSS code for this palette
/* CSS */
.mountain-mint {
color: #a8e1c1;
}
.frugal {
color: #a3d7b2;
}
.folk-tale {
color: #b0e3b6;
}
.rice-flower {
color: #f0f8ce;
}
.milky-maize {
color: #f9d89f;
}
/* CSS Variables */
:root {
--mountain-mint:#a8e1c1;
--frugal:#a3d7b2;
--folk-tale:#b0e3b6;
--rice-flower:#f0f8ce;
--milky-maize:#f9d89f;
}