Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.osage-orange {
color: #f2a145;
}
.culpeo {
color: #e59d38;
}
.turmeric-tea {
color: #d68d2e;
}
.milvus-milvus-orange {
color: #c37b22;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--osage-orange:#f2a145;
--culpeo:#e59d38;
--turmeric-tea:#d68d2e;
--milvus-milvus-orange:#c37b22;
}