Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1e998d;
}
.capture {
color: #2ab2a0;
}
.tint-of-turquoise {
color: #3bc4b4;
}
.jamaican-jade {
color: #5fd3c2;
}
.cold-blue {
color: #89e1d7;
}
/* CSS Variables */
:root {
--sea-fantasy:#1e998d;
--capture:#2ab2a0;
--tint-of-turquoise:#3bc4b4;
--jamaican-jade:#5fd3c2;
--cold-blue:#89e1d7;
}