Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d86c31;
}
.ouni-red {
color: #e97949;
}
.troll-slayer-orange {
color: #f5a34d;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
.reed {
color: #c3d9a6;
}
/* CSS Variables */
:root {
--gold-drop:#d86c31;
--ouni-red:#e97949;
--troll-slayer-orange:#f5a34d;
--ride-off-into-the-sunset:#f1d25f;
--reed:#c3d9a6;
}