Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.malibu-blue {
color: #00b2d6;
}
.aztec-turquoise {
color: #00d6e6;
}
.turquoise-sea {
color: #70e0e6;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--malibu-blue:#00b2d6;
--aztec-turquoise:#00d6e6;
--turquoise-sea:#70e0e6;
--distant-horizon:#f1f9f9;
}