Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.dull-orange {
color: #d88a3b;
}
.dairy-made {
color: #f1b53b;
}
.forsythia-blossom {
color: #f5d56b;
}
.capital-yellow {
color: #e5ba43;
}
/* CSS Variables */
:root {
--copper:#b87332;
--dull-orange:#d88a3b;
--dairy-made:#f1b53b;
--forsythia-blossom:#f5d56b;
--capital-yellow:#e5ba43;
}