Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b0c7;
}
.fresh-turquoise {
color: #3dd3d6;
}
.luminescent-blue {
color: #a2e0e7;
}
.coastal-breeze {
color: #e1f7f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b0c7;
--fresh-turquoise:#3dd3d6;
--luminescent-blue:#a2e0e7;
--coastal-breeze:#e1f7f9;
}