Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b0c7;
}
.aztec-turquoise {
color: #00d9e0;
}
.thousand-sons-blue {
color: #00e2e6;
}
.waterspout {
color: #a2f6f6;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b0c7;
--aztec-turquoise:#00d9e0;
--thousand-sons-blue:#00e2e6;
--waterspout:#a2f6f6;
}