Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.violetta {
color: #a76c9a;
}
.darling-clementine {
color: #d59e7b;
}
.radome-tan {
color: #f1c5a2;
}
.marble-dust {
color: #f2e5ca;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--violetta:#a76c9a;
--darling-clementine:#d59e7b;
--radome-tan:#f1c5a2;
--marble-dust:#f2e5ca;
}