Color names in this palette
CSS code for this palette
/* CSS */
.zirconia-teal {
color: #2b7c7d;
}
.medium-turquoise {
color: #4bd2c9;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.dolly {
color: #f9f26c;
}
.banana-pepper {
color: #f9d72f;
}
/* CSS Variables */
:root {
--zirconia-teal:#2b7c7d;
--medium-turquoise:#4bd2c9;
--ice-crystal-blue:#a4e5e2;
--dolly:#f9f26c;
--banana-pepper:#f9d72f;
}