Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f7d5a1;
}
.golden-hour {
color: #f3b558;
}
.hot-orange {
color: #f68d3c;
}
.frozen-tomato {
color: #d95230;
}
.edocha {
color: #a73b2a;
}
/* CSS Variables */
:root {
--peach-patch:#f7d5a1;
--golden-hour:#f3b558;
--hot-orange:#f68d3c;
--frozen-tomato:#d95230;
--edocha:#a73b2a;
}