Color names in this palette
CSS code for this palette
/* CSS */
.verdigris {
color: #40b5b1;
}
.highlighter-blue {
color: #3bb4d8;
}
.turquoise-sea {
color: #6dd2e8;
}
.ice-crystal-blue {
color: #a4e0e0;
}
.milky-way {
color: #e4f7f7;
}
/* CSS Variables */
:root {
--verdigris:#40b5b1;
--highlighter-blue:#3bb4d8;
--turquoise-sea:#6dd2e8;
--ice-crystal-blue:#a4e0e0;
--milky-way:#e4f7f7;
}