Color names in this palette
CSS code for this palette
/* CSS */
.mette-penne {
color: #f7e1d4;
}
.pink-abalone {
color: #e9b5a0;
}
.orange-essential {
color: #d58d7b;
}
.dark-salmon {
color: #c45d54;
}
.roycroft-copper-red {
color: #7a3b2a;
}
/* CSS Variables */
:root {
--mette-penne:#f7e1d4;
--pink-abalone:#e9b5a0;
--orange-essential:#d58d7b;
--dark-salmon:#c45d54;
--roycroft-copper-red:#7a3b2a;
}