Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f9d0a4;
}
.sunset-peach {
color: #f7a67e;
}
.bonfire {
color: #f77c59;
}
.orange-soda {
color: #f65941;
}
.burning-tomato {
color: #ef4b2e;
}
/* CSS Variables */
:root {
--lion-cub:#f9d0a4;
--sunset-peach:#f7a67e;
--bonfire:#f77c59;
--orange-soda:#f65941;
--burning-tomato:#ef4b2e;
}