Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-turquoise {
color: #a2d7cf;
}
.cascade-green {
color: #9fc6b8;
}
.leamington-spa {
color: #9fb7a7;
}
.warming-peach {
color: #e6b8a2;
}
.melon-ice {
color: #f4d6c8;
}
/* CSS Variables */
:root {
--touch-of-turquoise:#a2d7cf;
--cascade-green:#9fc6b8;
--leamington-spa:#9fb7a7;
--warming-peach:#e6b8a2;
--melon-ice:#f4d6c8;
}