Color names in this palette
CSS code for this palette
/* CSS */
.honey-tone {
color: #f8db9b;
}
.sunday-afternoon {
color: #f6c479;
}
.cheater {
color: #f4b05d;
}
.egyptian-gold {
color: #eba94c;
}
.sweet-potato {
color: #d67a3d;
}
/* CSS Variables */
:root {
--honey-tone:#f8db9b;
--sunday-afternoon:#f6c479;
--cheater:#f4b05d;
--egyptian-gold:#eba94c;
--sweet-potato:#d67a3d;
}