Color names in this palette
CSS code for this palette
/* CSS */
.river-of-gold {
color: #e3b95f;
}
.jack-o-lantern {
color: #d67a4c;
}
.cedar-chest {
color: #c75b4d;
}
.plum-dust {
color: #a84d8d;
}
.blue-antarctic {
color: #4d7999;
}
/* CSS Variables */
:root {
--river-of-gold:#e3b95f;
--jack-o-lantern:#d67a4c;
--cedar-chest:#c75b4d;
--plum-dust:#a84d8d;
--blue-antarctic:#4d7999;
}