Color names in this palette
CSS code for this palette
/* CSS */
.chickery-chick {
color: #fdeb91;
}
.golden-hour {
color: #f2b75a;
}
.roasted-sienna {
color: #e87e5e;
}
.cabaret {
color: #d3506a;
}
.thimble-red {
color: #a05a89;
}
/* CSS Variables */
:root {
--chickery-chick:#fdeb91;
--golden-hour:#f2b75a;
--roasted-sienna:#e87e5e;
--cabaret:#d3506a;
--thimble-red:#a05a89;
}