Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.snow-white-blush {
color: #f9aeae;
}
.fiery-salmon {
color: #f76969;
}
.energetic-orange {
color: #d55839;
}
.edocha {
color: #a4392d;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--snow-white-blush:#f9aeae;
--fiery-salmon:#f76969;
--energetic-orange:#d55839;
--edocha:#a4392d;
}