Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a5d9e9;
}
.undercool {
color: #7dc5e3;
}
.blue-grotto {
color: #4ca5c8;
}
.bondi-blue {
color: #0096b8;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--blue-click:#a5d9e9;
--undercool:#7dc5e3;
--blue-grotto:#4ca5c8;
--bondi-blue:#0096b8;
--sea-sight:#007a99;
}