Color names in this palette
CSS code for this palette
/* CSS */
.laurel-green {
color: #a8bba0;
}
.misty-lake {
color: #c4d6c2;
}
.greening {
color: #e0e3d3;
}
.brown-mouse {
color: #d9c9b5;
}
.roman-wall {
color: #afafa1;
}
/* CSS Variables */
:root {
--laurel-green:#a8bba0;
--misty-lake:#c4d6c2;
--greening:#e0e3d3;
--brown-mouse:#d9c9b5;
--roman-wall:#afafa1;
}