Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.king-crimson {
color: #c34b4b;
}
.watermelon-slice {
color: #e6796b;
}
.plum-blossom {
color: #f1a2a2;
}
.royal-wedding {
color: #fce3e3;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--king-crimson:#c34b4b;
--watermelon-slice:#e6796b;
--plum-blossom:#f1a2a2;
--royal-wedding:#fce3e3;
}