Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1b6f8d;
}
.crystalsong-blue {
color: #50b2b4;
}
.everest {
color: #a1e2df;
}
.sun-drenched {
color: #ffe5a3;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--bondi:#1b6f8d;
--crystalsong-blue:#50b2b4;
--everest:#a1e2df;
--sun-drenched:#ffe5a3;
--breeze-of-chilli:#f76e6e;
}