Color names in this palette
CSS code for this palette
/* CSS */
.freshly-purpleized {
color: #5b4e7e;
}
.violetta {
color: #a76c9b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.caribbean-sunrise {
color: #f7daab;
}
.rusty-chainmail {
color: #c94a4c;
}
/* CSS Variables */
:root {
--freshly-purpleized:#5b4e7e;
--violetta:#a76c9b;
--apricot-glazed-chicken:#f5a524;
--caribbean-sunrise:#f7daab;
--rusty-chainmail:#c94a4c;
}