Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1a6d8e;
}
.aztec-sky {
color: #4cb8d6;
}
.luminescent-blue {
color: #a0e0e9;
}
.heirloom-apricot {
color: #f5bfa8;
}
.butter-muffin {
color: #f8e0b4;
}
/* CSS Variables */
:root {
--bondi:#1a6d8e;
--aztec-sky:#4cb8d6;
--luminescent-blue:#a0e0e9;
--heirloom-apricot:#f5bfa8;
--butter-muffin:#f8e0b4;
}