Color names in this palette
CSS code for this palette
/* CSS */
.frosty-day {
color: #cbeff6;
}
.early-july {
color: #a6e0e8;
}
.summer-of-82 {
color: #76d1db;
}
.river-blue {
color: #3bb6c9;
}
.bondi-blue {
color: #0095b3;
}
/* CSS Variables */
:root {
--frosty-day:#cbeff6;
--early-july:#a6e0e8;
--summer-of-82:#76d1db;
--river-blue:#3bb6c9;
--bondi-blue:#0095b3;
}