Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.turquoise-surf {
color: #04c1c8;
}
.deep-aquamarine {
color: #7fe1e1;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--turquoise-surf:#04c1c8;
--deep-aquamarine:#7fe1e1;
--floral-leaf:#ffb84d;
}