Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.fresh-peaches {
color: #f7b78d;
}
.burning-coals {
color: #f69c6f;
}
.rich-gardenia {
color: #f57f4d;
}
.durotar-fire {
color: #f4602a;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--fresh-peaches:#f7b78d;
--burning-coals:#f69c6f;
--rich-gardenia:#f57f4d;
--durotar-fire:#f4602a;
}