Color names in this palette
CSS code for this palette
/* CSS */
.wild-poppy {
color: #b75c5c;
}
.dull-apricot {
color: #d09a9a;
}
.spice-girl {
color: #e1c1c1;
}
.french-bustle {
color: #f3d3d3;
}
.hint-of-red {
color: #f6dfdf;
}
/* CSS Variables */
:root {
--wild-poppy:#b75c5c;
--dull-apricot:#d09a9a;
--spice-girl:#e1c1c1;
--french-bustle:#f3d3d3;
--hint-of-red:#f6dfdf;
}