Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.aztec-sky {
color: #4eb2da;
}
.havana-blue {
color: #a4d9e5;
}
.bone-white {
color: #f3e2af;
}
.pelican-pecker {
color: #f89c2a;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--aztec-sky:#4eb2da;
--havana-blue:#a4d9e5;
--bone-white:#f3e2af;
--pelican-pecker:#f89c2a;
}