Color names in this palette
CSS code for this palette
/* CSS */
.vivid-viola {
color: #9d3f7f;
}
.rose-violet {
color: #c1539a;
}
.geranium-bud {
color: #d2a3c4;
}
.marquisette {
color: #f5d59e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--vivid-viola:#9d3f7f;
--rose-violet:#c1539a;
--geranium-bud:#d2a3c4;
--marquisette:#f5d59e;
--creamy-sweet-corn:#f9c54e;
}