Color names in this palette
CSS code for this palette
/* CSS */
.blue-rose {
color: #2e2b73;
}
.moonlight-sonata {
color: #4f4b8b;
}
.thirsty-thursday {
color: #6f6c9d;
}
.molten-bronze {
color: #c2a200;
}
.glazed-ginger {
color: #a3592e;
}
/* CSS Variables */
:root {
--blue-rose:#2e2b73;
--moonlight-sonata:#4f4b8b;
--thirsty-thursday:#6f6c9d;
--molten-bronze:#c2a200;
--glazed-ginger:#a3592e;
}