CSS code for this palette
/* CSS */
.bondi {
color: #1b6b8d;
}
.freshwater {
color: #48aab1;
}
.throat-chakra {
color: #6cd5d2;
}
.lazy-daisy {
color: #f8e8a0;
}
.debrito {
color: #f0783d;
}
/* CSS Variables */
:root {
--bondi:#1b6b8d;
--freshwater:#48aab1;
--throat-chakra:#6cd5d2;
--lazy-daisy:#f8e8a0;
--debrito:#f0783d;
}