Color names in this palette
CSS code for this palette
/* CSS */
.garfield {
color: #a7562a;
}
.raw-copper {
color: #c66a4e;
}
.sun-bleached-ochre {
color: #e5a77b;
}
.peach-patch {
color: #f4d69f;
}
.noodles {
color: #f8e1b4;
}
/* CSS Variables */
:root {
--garfield:#a7562a;
--raw-copper:#c66a4e;
--sun-bleached-ochre:#e5a77b;
--peach-patch:#f4d69f;
--noodles:#f8e1b4;
}