Color names in this palette
CSS code for this palette
/* CSS */
.demure-pink {
color: #f8d0c4;
}
.roseberry {
color: #f7a8a1;
}
.smoked-salmon {
color: #f47c71;
}
.re-entry {
color: #dc4c4c;
}
.rustic-rouge {
color: #9f2323;
}
/* CSS Variables */
:root {
--demure-pink:#f8d0c4;
--roseberry:#f7a8a1;
--smoked-salmon:#f47c71;
--re-entry:#dc4c4c;
--rustic-rouge:#9f2323;
}