Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.verditer {
color: #00b3aa;
}
.tropical {
color: #a8e6ce;
}
.vibrant {
color: #ffd54d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--verditer:#00b3aa;
--tropical:#a8e6ce;
--vibrant:#ffd54d;
--shocking-orange:#ff6d1f;
}