Color names in this palette
CSS code for this palette
/* CSS */
.stark-white {
color: #d2c6b6;
}
.uninhibited {
color: #b3d1c7;
}
.cascade-green {
color: #9fc6b8;
}
.memphis-green {
color: #5f9b77;
}
.herb-blend {
color: #4b816e;
}
/* CSS Variables */
:root {
--stark-white:#d2c6b6;
--uninhibited:#b3d1c7;
--cascade-green:#9fc6b8;
--memphis-green:#5f9b77;
--herb-blend:#4b816e;
}