Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.egyptian-gold {
color: #f1a94b;
}
.golden-koi {
color: #e6a34c;
}
.va-va-voom {
color: #e3b24a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--egyptian-gold:#f1a94b;
--golden-koi:#e6a34c;
--va-va-voom:#e3b24a;
--grapefruit-pulp:#ff6e61;
}