Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.maldives {
color: #00bad6;
}
.aztec-turquoise {
color: #00e0e0;
}
.waterspout {
color: #a0f3f2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--maldives:#00bad6;
--aztec-turquoise:#00e0e0;
--waterspout:#a0f3f2;
--grapefruit-pulp:#ff6e61;
}