Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.blue-atoll {
color: #00b0e0;
}
.blizzard-blue {
color: #a4e3f4;
}
.wash-me {
color: #f8fafc;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--blue-atoll:#00b0e0;
--blizzard-blue:#a4e3f4;
--wash-me:#f8fafc;
--welcoming-wasp:#f0a800;
}