Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5f9b;
}
.violet-femmes {
color: #a76ca3;
}
.geranium-bud {
color: #d1a3c4;
}
.in-the-pink {
color: #f2c5d2;
}
.warm-bread {
color: #f8e6d3;
}
/* CSS Variables */
:root {
--jubilee:#7b5f9b;
--violet-femmes:#a76ca3;
--geranium-bud:#d1a3c4;
--in-the-pink:#f2c5d2;
--warm-bread:#f8e6d3;
}