Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f6d13c;
}
.shocking-orange {
color: #ff6d1f;
}
.red-orange {
color: #ff4133;
}
.fine-purple {
color: #5f508b;
}
.turkish-jade {
color: #298b8e;
}
/* CSS Variables */
:root {
--marigold-dust:#f6d13c;
--shocking-orange:#ff6d1f;
--red-orange:#ff4133;
--fine-purple:#5f508b;
--turkish-jade:#298b8e;
}