Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f7e7a6;
}
.deep-fried-sun-rays {
color: #f4c95d;
}
.egyptian-gold {
color: #f0a64c;
}
.tangerine-flake {
color: #e67b5b;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--gold-sand:#f7e7a6;
--deep-fried-sun-rays:#f4c95d;
--egyptian-gold:#f0a64c;
--tangerine-flake:#e67b5b;
--tenn:#d15400;
}