Color names in this palette
CSS code for this palette
/* CSS */
.golden-glam {
color: #f2ba40;
}
.mysterious-blue {
color: #3d7c8a;
}
.magenta-violet {
color: #6d508b;
}
.mandarin-red {
color: #e74d3c;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--golden-glam:#f2ba40;
--mysterious-blue:#3d7c8a;
--magenta-violet:#6d508b;
--mandarin-red:#e74d3c;
--marigold-dust:#f4cf3e;
}