Color names in this palette
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;
}