Color names in this palette
CSS code for this palette
/* CSS */
.field-poppy {
color: #d86a3b;
}
.candle-yellow {
color: #e19c6b;
}
.sunrise {
color: #f4c27b;
}
.potter-s-clay {
color: #a74b2a;
}
.western-sunrise {
color: #d8a56f;
}
/* CSS Variables */
:root {
--field-poppy:#d86a3b;
--candle-yellow:#e19c6b;
--sunrise:#f4c27b;
--potter-s-clay:#a74b2a;
--western-sunrise:#d8a56f;
}