Color names in this palette
CSS code for this palette
/* CSS */
.rucksack-tan {
color: #f0b505;
}
.tender-shoots {
color: #b4c93b;
}
.green-trance {
color: #a5d9a1;
}
.the-bluff {
color: #ffc9c2;
}
.stucco-wall {
color: #efb09f;
}
/* CSS Variables */
:root {
--rucksack-tan:#f0b505;
--tender-shoots:#b4c93b;
--green-trance:#a5d9a1;
--the-bluff:#ffc9c2;
--stucco-wall:#efb09f;
}