Color names in this palette
CSS code for this palette
/* CSS */
.zucchini-flower {
color: #e6a84c;
}
.painted-poppy {
color: #cf533a;
}
.amaranth-purple {
color: #6d3c8b;
}
.big-sur-blue-jade {
color: #3c6e8b;
}
.silver-strawberry {
color: #f1c0c0;
}
/* CSS Variables */
:root {
--zucchini-flower:#e6a84c;
--painted-poppy:#cf533a;
--amaranth-purple:#6d3c8b;
--big-sur-blue-jade:#3c6e8b;
--silver-strawberry:#f1c0c0;
}