Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.gem-turquoise {
color: #4ec1c1;
}
.fling-green {
color: #8dd3d3;
}
.lemon-ice-yellow {
color: #f6e2a7;
}
.ridgeback {
color: #f29c5f;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--gem-turquoise:#4ec1c1;
--fling-green:#8dd3d3;
--lemon-ice-yellow:#f6e2a7;
--ridgeback:#f29c5f;
}