Color names in this palette
CSS code for this palette
/* CSS */
.garfield {
color: #a7562a;
}
.peach-caramel {
color: #c2693d;
}
.fire-coral {
color: #e4b26c;
}
.sunbeam-yellow {
color: #f1d49d;
}
.hawaiian-cream {
color: #f9e9b9;
}
/* CSS Variables */
:root {
--garfield:#a7562a;
--peach-caramel:#c2693d;
--fire-coral:#e4b26c;
--sunbeam-yellow:#f1d49d;
--hawaiian-cream:#f9e9b9;
}