Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84f3c;
}
.precious-persimmon {
color: #ff7142;
}
.bittersweet {
color: #ff9d52;
}
.forsythia-blossom {
color: #f3d46d;
}
.butter-cookie {
color: #f0e3b2;
}
/* CSS Variables */
:root {
--painted-poppy:#c84f3c;
--precious-persimmon:#ff7142;
--bittersweet:#ff9d52;
--forsythia-blossom:#f3d46d;
--butter-cookie:#f0e3b2;
}