Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.bright-eggplant {
color: #5e4b8b;
}
.scotch-thistle {
color: #9c6f9f;
}
.eastern-gold {
color: #b99b6e;
}
.sahara-gravel {
color: #e0c08a;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--bright-eggplant:#5e4b8b;
--scotch-thistle:#9c6f9f;
--eastern-gold:#b99b6e;
--sahara-gravel:#e0c08a;
}