Color names in this palette
CSS code for this palette
/* CSS */
.range-land {
color: #69bf4f;
}
.cool-aloe {
color: #a9d9a0;
}
.sun-dust {
color: #f5e0a3;
}
.welcoming-wasp {
color: #f0a800;
}
.furnace {
color: #e03c1f;
}
/* CSS Variables */
:root {
--range-land:#69bf4f;
--cool-aloe:#a9d9a0;
--sun-dust:#f5e0a3;
--welcoming-wasp:#f0a800;
--furnace:#e03c1f;
}