Color names in this palette
CSS code for this palette
/* CSS */
.christmas-orange {
color: #d46f2b;
}
.egyptian-gold {
color: #f2a94a;
}
.sandy {
color: #f3d97c;
}
.eerie-glow {
color: #a7d7b8;
}
.cossack-dancer {
color: #4c8da4;
}
/* CSS Variables */
:root {
--christmas-orange:#d46f2b;
--egyptian-gold:#f2a94a;
--sandy:#f3d97c;
--eerie-glow:#a7d7b8;
--cossack-dancer:#4c8da4;
}