Color names in this palette
CSS code for this palette
/* CSS */
.blue-iguana {
color: #4e9cd0;
}
.winter-chime {
color: #85c3e0;
}
.polar-blue {
color: #b3e0e6;
}
.white-cedar {
color: #f5e0c2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--blue-iguana:#4e9cd0;
--winter-chime:#85c3e0;
--polar-blue:#b3e0e6;
--white-cedar:#f5e0c2;
--blue-angels-yellow:#fab700;
}