Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.hazelnut-milk {
color: #f2a778;
}
.half-smoke {
color: #f08c51;
}
.field-poppy {
color: #d96b3f;
}
.potter-s-clay {
color: #a74b2a;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--hazelnut-milk:#f2a778;
--half-smoke:#f08c51;
--field-poppy:#d96b3f;
--potter-s-clay:#a74b2a;
}