Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c3;
}
.botanical-tint {
color: #a6e7d7;
}
.yippie-ya-yellow {
color: #f8f6a0;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c3;
--botanical-tint:#a6e7d7;
--yippie-ya-yellow:#f8f6a0;
}