Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c34a;
}
.culpeo {
color: #e5a038;
}
.cherokee-dignity {
color: #d97d26;
}
.honey-ginger {
color: #b95e1d;
}
.edocha {
color: #a03d2c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c34a;
--culpeo:#e5a038;
--cherokee-dignity:#d97d26;
--honey-ginger:#b95e1d;
--edocha:#a03d2c;
}