Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f5d45b;
}
.brass-mesh {
color: #e1a84c;
}
.orpiment-orange {
color: #d17b3d;
}
.potter-s-clay {
color: #a74c25;
}
.warmth-of-teamwork {
color: #7d2b1c;
}
/* CSS Variables */
:root {
--wake-me-up:#f5d45b;
--brass-mesh:#e1a84c;
--orpiment-orange:#d17b3d;
--potter-s-clay:#a74c25;
--warmth-of-teamwork:#7d2b1c;
}