Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.monarch-orange {
color: #f2a269;
}
.jack-o-lantern {
color: #d67a4c;
}
.monument-valley {
color: #b05e36;
}
.korma {
color: #7e4c2a;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--monarch-orange:#f2a269;
--jack-o-lantern:#d67a4c;
--monument-valley:#b05e36;
--korma:#7e4c2a;
}