Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f2c5c5;
}
.bussell-lace {
color: #e6a2a2;
}
.pink-slip {
color: #d68a8a;
}
.brandied-apricot {
color: #c57272;
}
.pottery-red {
color: #b35b5b;
}
/* CSS Variables */
:root {
--english-rose:#f2c5c5;
--bussell-lace:#e6a2a2;
--pink-slip:#d68a8a;
--brandied-apricot:#c57272;
--pottery-red:#b35b5b;
}