Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.arctic-green {
color: #4bb9b7;
}
.soft-turquoise {
color: #6fd3d1;
}
.everest {
color: #a1e8e5;
}
.mint-cream {
color: #f5fffa;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--arctic-green:#4bb9b7;
--soft-turquoise:#6fd3d1;
--everest:#a1e8e5;
--mint-cream:#f5fffa;
}