Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-dacnis {
color: #3ed8ea;
}
.robin-s-egg {
color: #6ff1f6;
}
.waterspout {
color: #a5f8f8;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-dacnis:#3ed8ea;
--robin-s-egg:#6ff1f6;
--waterspout:#a5f8f8;
--distant-horizon:#f1f9f9;
}