Color names in this palette
CSS code for this palette
/* CSS */
.aimiru-brown {
color: #2a3c2e;
}
.grandview {
color: #6b8e7b;
}
.french-market {
color: #a4c69f;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.modestly-peach {
color: #e9a59b;
}
/* CSS Variables */
:root {
--aimiru-brown:#2a3c2e;
--grandview:#6b8e7b;
--french-market:#a4c69f;
--smooth-as-corn-silk:#f4e3b3;
--modestly-peach:#e9a59b;
}