Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.demonic-kiss {
color: #d22d43;
}
.sugar-coral {
color: #f56b77;
}
.azalea-pink {
color: #f9c3c5;
}
.blush-tint {
color: #f4e1e6;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--demonic-kiss:#d22d43;
--sugar-coral:#f56b77;
--azalea-pink:#f9c3c5;
--blush-tint:#f4e1e6;
}