Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d65e2e;
}
.wiener-schnitzel {
color: #f09c00;
}
.king-lime {
color: #abd600;
}
.okra {
color: #3e9e24;
}
.amaranth-deep-purple {
color: #a22f6c;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d65e2e;
--wiener-schnitzel:#f09c00;
--king-lime:#abd600;
--okra:#3e9e24;
--amaranth-deep-purple:#a22f6c;
}