Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1a6a89;
}
.coastline-blue {
color: #4b9cb9;
}
.thredbo {
color: #76c2d5;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.heavy-sugar {
color: #eef6f4;
}
/* CSS Variables */
:root {
--bondi:#1a6a89;
--coastline-blue:#4b9cb9;
--thredbo:#76c2d5;
--ice-crystal-blue:#a4e5e0;
--heavy-sugar:#eef6f4;
}