Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.scuba-blue {
color: #00a1c2;
}
.malibu-blue {
color: #00b2d6;
}
.everest {
color: #a2e6e3;
}
.chef-s-hat {
color: #f3f6f5;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--scuba-blue:#00a1c2;
--malibu-blue:#00b2d6;
--everest:#a2e6e3;
--chef-s-hat:#f3f6f5;
}