Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.picnic-day-sky {
color: #00cbe6;
}
.thousand-sons-blue {
color: #00e0f0;
}
.everest {
color: #a1e8e1;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--picnic-day-sky:#00cbe6;
--thousand-sons-blue:#00e0f0;
--everest:#a1e8e1;
}