Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.berry-riche {
color: #e3a1a7;
}
.lantana {
color: #d47376;
}
.enticing-red {
color: #b84c4e;
}
.ruby-slippers {
color: #992e33;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--berry-riche:#e3a1a7;
--lantana:#d47376;
--enticing-red:#b84c4e;
--ruby-slippers:#992e33;
}