Color names in this palette
CSS code for this palette
/* CSS */
.lucky-shamrock {
color: #4a7d7c;
}
.earth-eclipse {
color: #6fb8b6;
}
.touch-of-turquoise {
color: #a1d3d1;
}
.siesta-sands {
color: #f1e6df;
}
.redstone {
color: #e7706e;
}
/* CSS Variables */
:root {
--lucky-shamrock:#4a7d7c;
--earth-eclipse:#6fb8b6;
--touch-of-turquoise:#a1d3d1;
--siesta-sands:#f1e6df;
--redstone:#e7706e;
}