Color names in this palette
CSS code for this palette
/* CSS */
.metallic-seaweed {
color: #0a7d8a;
}
.caicos-turquoise {
color: #2ab2b2;
}
.medium-turquoise {
color: #4ed2d4;
}
.ice-crystal-blue {
color: #a8e6e6;
}
.utepils {
color: #f9fcd4;
}
/* CSS Variables */
:root {
--metallic-seaweed:#0a7d8a;
--caicos-turquoise:#2ab2b2;
--medium-turquoise:#4ed2d4;
--ice-crystal-blue:#a8e6e6;
--utepils:#f9fcd4;
}