Color names in this palette
CSS code for this palette
/* CSS */
.tobi-brown {
color: #4f1c1c;
}
.dozen-roses {
color: #7f3d3d;
}
.pizza-pie {
color: #a15e5e;
}
.memorable-rose {
color: #d08b8b;
}
.first-peach {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--tobi-brown:#4f1c1c;
--dozen-roses:#7f3d3d;
--pizza-pie:#a15e5e;
--memorable-rose:#d08b8b;
--first-peach:#f5c7c7;
}