Color names in this palette
CSS code for this palette
/* CSS */
.sixties-blue {
color: #0079a8;
}
.munsell-blue {
color: #0092b3;
}
.iris-blue {
color: #00b0c7;
}
.aztec-turquoise {
color: #00d9e0;
}
.arctic-water {
color: #00fff7;
}
/* CSS Variables */
:root {
--sixties-blue:#0079a8;
--munsell-blue:#0092b3;
--iris-blue:#00b0c7;
--aztec-turquoise:#00d9e0;
--arctic-water:#00fff7;
}