Color names in this palette
CSS code for this palette
/* CSS */
.turbo {
color: #f6c928;
}
.zucchini-flower {
color: #e8a84f;
}
.bronzed-orange {
color: #d88b6f;
}
.purple-starburst {
color: #b46a8c;
}
.akebi-purple {
color: #a042b3;
}
/* CSS Variables */
:root {
--turbo:#f6c928;
--zucchini-flower:#e8a84f;
--bronzed-orange:#d88b6f;
--purple-starburst:#b46a8c;
--akebi-purple:#a042b3;
}