Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3f2f50;
}
.super-violet {
color: #795f8c;
}
.violet-fields {
color: #b7a2c8;
}
.river-of-gold {
color: #e5b35d;
}
.warming-heart {
color: #d84d3b;
}
/* CSS Variables */
:root {
--jagger:#3f2f50;
--super-violet:#795f8c;
--violet-fields:#b7a2c8;
--river-of-gold:#e5b35d;
--warming-heart:#d84d3b;
}