Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a6e8;
}
.amethyst {
color: #a163ca;
}
.poppy-pompadour {
color: #6d3b9b;
}
.regalia {
color: #4f2d7b;
}
.stormy-night {
color: #3a1e57;
}
/* CSS Variables */
:root {
--bright-ube:#d4a6e8;
--amethyst:#a163ca;
--poppy-pompadour:#6d3b9b;
--regalia:#4f2d7b;
--stormy-night:#3a1e57;
}