Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.picnic-day-sky {
color: #00c7e6;
}
.everest {
color: #a2e6e5;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--picnic-day-sky:#00c7e6;
--everest:#a2e6e5;
--floral-leaf:#ffb84d;
}