Color names in this palette
CSS code for this palette
/* CSS */
.deep-amethyst {
color: #5b2d80;
}
.lusty-lavender {
color: #8e5cb2;
}
.pale-purple {
color: #b492d3;
}
.high-honey {
color: #e2ba4b;
}
.flint-corn-red {
color: #d9613f;
}
/* CSS Variables */
:root {
--deep-amethyst:#5b2d80;
--lusty-lavender:#8e5cb2;
--pale-purple:#b492d3;
--high-honey:#e2ba4b;
--flint-corn-red:#d9613f;
}