Color names in this palette
CSS code for this palette
/* CSS */
.celadon-blue {
color: #007ba8;
}
.bondi-blue {
color: #0095b3;
}
.malibu-blue {
color: #00b2d6;
}
.aztec-turquoise {
color: #00d9e0;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
/* CSS Variables */
:root {
--celadon-blue:#007ba8;
--bondi-blue:#0095b3;
--malibu-blue:#00b2d6;
--aztec-turquoise:#00d9e0;
--hiroshima-aquamarine:#80ffd4;
}