Color names in this palette
CSS code for this palette
/* CSS */
.simply-peachy {
color: #ffbf6b;
}
.honey-carrot-cake {
color: #ff9a57;
}
.precious-persimmon {
color: #ff7142;
}
.hotspot {
color: #ff4938;
}
.jasper {
color: #d93f3f;
}
/* CSS Variables */
:root {
--simply-peachy:#ffbf6b;
--honey-carrot-cake:#ff9a57;
--precious-persimmon:#ff7142;
--hotspot:#ff4938;
--jasper:#d93f3f;
}