Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.pewter-tankard {
color: #a39b8f;
}
.cyrus-grass {
color: #d1c6a8;
}
.surf-spray {
color: #b6c8c1;
}
.just-about-green {
color: #e1e7d5;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--pewter-tankard:#a39b8f;
--cyrus-grass:#d1c6a8;
--surf-spray:#b6c8c1;
--just-about-green:#e1e7d5;
}