Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #db5c39;
}
.citrus-blast {
color: #e2793c;
}
.zucchini-flower {
color: #e8a84f;
}
.white-corn {
color: #f1d598;
}
.flower-of-oahu {
color: #f6dfc6;
}
/* CSS Variables */
:root {
--medium-vermilion:#db5c39;
--citrus-blast:#e2793c;
--zucchini-flower:#e8a84f;
--white-corn:#f1d598;
--flower-of-oahu:#f6dfc6;
}