Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e0d3;
}
.ode-to-green {
color: #b2e6d8;
}
.hanover {
color: #d8c4b1;
}
.zinc-blend {
color: #a2907c;
}
.mineral-brown {
color: #4d3d33;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e0d3;
--ode-to-green:#b2e6d8;
--hanover:#d8c4b1;
--zinc-blend:#a2907c;
--mineral-brown:#4d3d33;
}