Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.lilliputian-lime {
color: #7fd959;
}
.golden-snitch {
color: #f0e04c;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--lilliputian-lime:#7fd959;
--golden-snitch:#f0e04c;
--shocking-orange:#ff6d1f;
}