Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-cosmos {
color: #590d18;
}
.rumba-red {
color: #8d2a3b;
}
.mandy {
color: #d0535d;
}
.simple-pink {
color: #f7a6a9;
}
.peach-orange {
color: #ffce99;
}
/* CSS Variables */
:root {
--chocolate-cosmos:#590d18;
--rumba-red:#8d2a3b;
--mandy:#d0535d;
--simple-pink:#f7a6a9;
--peach-orange:#ffce99;
}