Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f7d5a1;
}
.golden-hour {
color: #f2b75a;
}
.goku-orange {
color: #f17b3b;
}
.ecstasy {
color: #c85f3c;
}
.bijou-red {
color: #a63c3a;
}
/* CSS Variables */
:root {
--peach-patch:#f7d5a1;
--golden-hour:#f2b75a;
--goku-orange:#f17b3b;
--ecstasy:#c85f3c;
--bijou-red:#a63c3a;
}