Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #191d29;
}
.izmir-purple {
color: #4b3f73;
}
.wisteria-purple {
color: #895e9c;
}
.coppersmith {
color: #d68f3d;
}
.mandarin-red {
color: #e54f3e;
}
/* CSS Variables */
:root {
--coarse-wool:#191d29;
--izmir-purple:#4b3f73;
--wisteria-purple:#895e9c;
--coppersmith:#d68f3d;
--mandarin-red:#e54f3e;
}