Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.verditer {
color: #00b3aa;
}
.early-july {
color: #a5dde9;
}
.zappy-zebra {
color: #f0f3f4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--verditer:#00b3aa;
--early-july:#a5dde9;
--zappy-zebra:#f0f3f4;
--creamy-sweet-corn:#f9c54e;
}