Color names in this palette
CSS code for this palette
/* CSS */
.persian-plum {
color: #6f1b1b;
}
.lady-in-red {
color: #b04a4a;
}
.babe {
color: #e07b7b;
}
.calabrese {
color: #f2a6a6;
}
.royal-wedding {
color: #fce3e3;
}
/* CSS Variables */
:root {
--persian-plum:#6f1b1b;
--lady-in-red:#b04a4a;
--babe:#e07b7b;
--calabrese:#f2a6a6;
--royal-wedding:#fce3e3;
}