Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-atoll {
color: #00b4e6;
}
.cold-heights {
color: #1cd4e9;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.everest {
color: #a3e6e0;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-atoll:#00b4e6;
--cold-heights:#1cd4e9;
--hiroshima-aquamarine:#80ffd4;
--everest:#a3e6e0;
}