Color names in this palette
CSS code for this palette
/* CSS */
.carrot-lava {
color: #f85725;
}
.safflower-scarlet {
color: #e93c25;
}
.sh-j-hi-red {
color: #d92c26;
}
.dried-saffron {
color: #c23b29;
}
.colorful-leaves {
color: #a95d42;
}
/* CSS Variables */
:root {
--carrot-lava:#f85725;
--safflower-scarlet:#e93c25;
--sh-j-hi-red:#d92c26;
--dried-saffron:#c23b29;
--colorful-leaves:#a95d42;
}