Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-turquoise {
color: #a1d3d1;
}
.beau-monde {
color: #7cb1a2;
}
.flounce {
color: #4a8c8c;
}
.sea-challenge {
color: #2a5a59;
}
.nordic {
color: #1c3b38;
}
/* CSS Variables */
:root {
--touch-of-turquoise:#a1d3d1;
--beau-monde:#7cb1a2;
--flounce:#4a8c8c;
--sea-challenge:#2a5a59;
--nordic:#1c3b38;
}