Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f5d06b;
}
.zucchini-flower {
color: #e8a84f;
}
.coppersmith {
color: #d78f3c;
}
.cobrizo {
color: #b76e5c;
}
.our-little-secret {
color: #a34d7b;
}
/* CSS Variables */
:root {
--yellow-tulip:#f5d06b;
--zucchini-flower:#e8a84f;
--coppersmith:#d78f3c;
--cobrizo:#b76e5c;
--our-little-secret:#a34d7b;
}