Color names in this palette
CSS code for this palette
/* CSS */
.california-peach {
color: #fbbf6a;
}
.orangish {
color: #ff8e47;
}
.carrot {
color: #ff713d;
}
.poppy-surprise {
color: #ff512e;
}
.sh-j-hi-red {
color: #d62a24;
}
/* CSS Variables */
:root {
--california-peach:#fbbf6a;
--orangish:#ff8e47;
--carrot:#ff713d;
--poppy-surprise:#ff512e;
--sh-j-hi-red:#d62a24;
}