Color names in this palette
CSS code for this palette
/* CSS */
.sick-blue {
color: #4b2e8e;
}
.jubilee {
color: #7c5b9f;
}
.violet-femmes {
color: #a8719d;
}
.zucchini-flower {
color: #e9a84e;
}
.tangerine-bliss {
color: #d85b31;
}
/* CSS Variables */
:root {
--sick-blue:#4b2e8e;
--jubilee:#7c5b9f;
--violet-femmes:#a8719d;
--zucchini-flower:#e9a84e;
--tangerine-bliss:#d85b31;
}