Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.porcelain-rose {
color: #e8696d;
}
.calabrese {
color: #f4a4a7;
}
.azalea-pink {
color: #f9c3c4;
}
.royal-wedding {
color: #fce3e4;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--porcelain-rose:#e8696d;
--calabrese:#f4a4a7;
--azalea-pink:#f9c3c4;
--royal-wedding:#fce3e4;
}