Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.baltic {
color: #1f9e9e;
}
.caicos-turquoise {
color: #1fc1b6;
}
.everest {
color: #a1e2df;
}
.river-of-gold {
color: #e7b65a;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--baltic:#1f9e9e;
--caicos-turquoise:#1fc1b6;
--everest:#a1e2df;
--river-of-gold:#e7b65a;
}