Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.calabrese {
color: #f1a8a2;
}
.pastrami {
color: #e76f75;
}
.rosy-cheeks {
color: #d7506e;
}
.fiery-fuchsia {
color: #b2386f;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--calabrese:#f1a8a2;
--pastrami:#e76f75;
--rosy-cheeks:#d7506e;
--fiery-fuchsia:#b2386f;
}