Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.texas-longhorn {
color: #e28c3c;
}
.red-wire {
color: #d8594b;
}
.cyclamen-red {
color: #a45b8d;
}
.magenta-violet {
color: #6d508b;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--texas-longhorn:#e28c3c;
--red-wire:#d8594b;
--cyclamen-red:#a45b8d;
--magenta-violet:#6d508b;
}