All Palettes

Color Palette #a41e34, #eab8d1, #6f2c90, #f6e5c1, #d9a94a

0%
0%
0%

CSS code for this palette

/* CSS */
.vivid-burgundy {
color: #a41e34;
}
.sweet-lilac {
color: #eab8d1;
}
.true-purple {
color: #6f2c90;
}
.tea-light {
color: #f6e5c1;
}
.golden-rule {
color: #d9a94a;
}

/* CSS Variables */
:root {
--vivid-burgundy:#a41e34;
--sweet-lilac:#eab8d1;
--true-purple:#6f2c90;
--tea-light:#f6e5c1;
--golden-rule:#d9a94a;
}

More palettes to explore