Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.template {
color: #a3c4e6;
}
.regale-blue {
color: #7fb2d7;
}
.mystic-blue {
color: #4da5d1;
}
.bondi-blue {
color: #0096b8;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--template:#a3c4e6;
--regale-blue:#7fb2d7;
--mystic-blue:#4da5d1;
--bondi-blue:#0096b8;
}