Color names in this palette
CSS code for this palette
/* CSS */
.big-ocean-wave {
color: #31708c;
}
.turkish-stone {
color: #2c7a8c;
}
.sacred-turquoise {
color: #4bb4a2;
}
.seafoam-blue {
color: #7ed7b5;
}
.ode-to-green {
color: #b7e6d9;
}
/* CSS Variables */
:root {
--big-ocean-wave:#31708c;
--turkish-stone:#2c7a8c;
--sacred-turquoise:#4bb4a2;
--seafoam-blue:#7ed7b5;
--ode-to-green:#b7e6d9;
}