Color names in this palette
CSS code for this palette
/* CSS */
.cascade-green {
color: #9fc6b8;
}
.shilo {
color: #e9b1a5;
}
.martica {
color: #f4e4b8;
}
.smooth-satin {
color: #a4d4d5;
}
.coral-fountain {
color: #e2a9a1;
}
/* CSS Variables */
:root {
--cascade-green:#9fc6b8;
--shilo:#e9b1a5;
--martica:#f4e4b8;
--smooth-satin:#a4d4d5;
--coral-fountain:#e2a9a1;
}