Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #ccaa6b;
}
.tostada {
color: #e3c39c;
}
.venetian-yellow {
color: #f5e6a3;
}
.beach-party {
color: #f9d25d;
}
.golden-beryl-yellow {
color: #d6a800;
}
/* CSS Variables */
:root {
--ginger-ale:#ccaa6b;
--tostada:#e3c39c;
--venetian-yellow:#f5e6a3;
--beach-party:#f9d25d;
--golden-beryl-yellow:#d6a800;
}