Color names in this palette
CSS code for this palette
/* CSS */
.golden-samovar {
color: #e1b12d;
}
.dodgeroll-gold {
color: #f39c12;
}
.sunshine-mellow {
color: #f1c40e;
}
.island-green {
color: #28af60;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--golden-samovar:#e1b12d;
--dodgeroll-gold:#f39c12;
--sunshine-mellow:#f1c40e;
--island-green:#28af60;
--snap-shot:#2b3d50;
}