Color names in this palette
CSS code for this palette
/* CSS */
.cheeky-chestnut {
color: #794d39;
}
.remington-rust {
color: #a55e4a;
}
.grounded {
color: #d68c61;
}
.cream-snap {
color: #ebc9a2;
}
.island-hopping {
color: #f5e3d6;
}
/* CSS Variables */
:root {
--cheeky-chestnut:#794d39;
--remington-rust:#a55e4a;
--grounded:#d68c61;
--cream-snap:#ebc9a2;
--island-hopping:#f5e3d6;
}