Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d76133;
}
.blue-angels-yellow {
color: #fab700;
}
.opaline-green {
color: #a1c181;
}
.mughal-green {
color: #3b8f00;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d76133;
--blue-angels-yellow:#fab700;
--opaline-green:#a1c181;
--mughal-green:#3b8f00;
--wild-violet:#681b98;
}