Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.thousand-sons-blue {
color: #00dae6;
}
.permafrost {
color: #91eff3;
}
.pale-blue {
color: #d2fafe;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--thousand-sons-blue:#00dae6;
--permafrost:#91eff3;
--pale-blue:#d2fafe;
}