Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-atoll {
color: #00b0e0;
}
.electric-lemonade {
color: #5ed6e8;
}
.shallow-water {
color: #87f0f8;
}
.ice-citadel {
color: #acf8fb;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-atoll:#00b0e0;
--electric-lemonade:#5ed6e8;
--shallow-water:#87f0f8;
--ice-citadel:#acf8fb;
}