Color names in this palette
CSS code for this palette
/* CSS */
.rucksack-tan {
color: #f0b505;
}
.sunny-mood {
color: #f6c84c;
}
.majestic-treasures {
color: #f1eaa7;
}
.earth-yellow {
color: #e2a760;
}
.mod-orange {
color: #d75b3c;
}
/* CSS Variables */
:root {
--rucksack-tan:#f0b505;
--sunny-mood:#f6c84c;
--majestic-treasures:#f1eaa7;
--earth-yellow:#e2a760;
--mod-orange:#d75b3c;
}