Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.caicos-turquoise {
color: #2cb5b5;
}
.medium-turquoise {
color: #4cd6d6;
}
.everest {
color: #a3e6e1;
}
.frosty-mint {
color: #e4f6f5;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--caicos-turquoise:#2cb5b5;
--medium-turquoise:#4cd6d6;
--everest:#a3e6e1;
--frosty-mint:#e4f6f5;
}