Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.creamy-peach {
color: #f3a582;
}
.guava-jelly {
color: #f19388;
}
.lively-coral {
color: #e67b79;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--creamy-peach:#f3a582;
--guava-jelly:#f19388;
--lively-coral:#e67b79;
--tenn:#d15400;
}