Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.artistic-license {
color: #404054;
}
.wild-wisteria {
color: #6a6a90;
}
.mustard-gold {
color: #aa8c4b;
}
.fiery-coral {
color: #e05c5c;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--artistic-license:#404054;
--wild-wisteria:#6a6a90;
--mustard-gold:#aa8c4b;
--fiery-coral:#e05c5c;
}