Color names in this palette
CSS code for this palette
/* CSS */
.nugget {
color: #c08e2a;
}
.high-honey {
color: #e2b74b;
}
.snug-yellow {
color: #fbda7e;
}
.koji-orange {
color: #f7b24b;
}
.bonfire-night {
color: #d86b41;
}
/* CSS Variables */
:root {
--nugget:#c08e2a;
--high-honey:#e2b74b;
--snug-yellow:#fbda7e;
--koji-orange:#f7b24b;
--bonfire-night:#d86b41;
}