Color names in this palette
CSS code for this palette
/* CSS */
.sandshell {
color: #d5c8b8;
}
.bamboo-shoot {
color: #a1b6a0;
}
.memphis-green {
color: #5f9b7e;
}
.aquarium {
color: #3a6c6e;
}
.delta-green {
color: #2a4b4b;
}
/* CSS Variables */
:root {
--sandshell:#d5c8b8;
--bamboo-shoot:#a1b6a0;
--memphis-green:#5f9b7e;
--aquarium:#3a6c6e;
--delta-green:#2a4b4b;
}