Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.letter-jacket {
color: #b7860b;
}
.bright-khaki {
color: #f0e78e;
}
.gruy-re-cheese {
color: #f5deb2;
}
.birthday-suit {
color: #e1c5b7;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--letter-jacket:#b7860b;
--bright-khaki:#f0e78e;
--gruy-re-cheese:#f5deb2;
--birthday-suit:#e1c5b7;
}