Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.viking {
color: #4db6c7;
}
.bondi-blue {
color: #0096b8;
}
.sea-sight {
color: #00799e;
}
.green-spool {
color: #006275;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--viking:#4db6c7;
--bondi-blue:#0096b8;
--sea-sight:#00799e;
--green-spool:#006275;
}