Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.forsythia-blossom {
color: #f9d66c;
}
.stucco-wall {
color: #f5b199;
}
.dangerously-red {
color: #d94136;
}
.baton-rouge {
color: #a03b6c;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--forsythia-blossom:#f9d66c;
--stucco-wall:#f5b199;
--dangerously-red:#d94136;
--baton-rouge:#a03b6c;
}