Color names in this palette
CSS code for this palette
/* CSS */
.english-breakfast {
color: #3e0f0f;
}
.sun-dried-tomato {
color: #7e2a2a;
}
.lady-in-red {
color: #b54a4a;
}
.babe {
color: #d97d7d;
}
.pinkathon {
color: #f2baba;
}
/* CSS Variables */
:root {
--english-breakfast:#3e0f0f;
--sun-dried-tomato:#7e2a2a;
--lady-in-red:#b54a4a;
--babe:#d97d7d;
--pinkathon:#f2baba;
}