Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94e3b;
}
.track-and-field {
color: #d66a4c;
}
.river-of-gold {
color: #e7b65a;
}
.majestic-treasures {
color: #f2e6a1;
}
.rustique {
color: #f5c2b2;
}
/* CSS Variables */
:root {
--painted-poppy:#c94e3b;
--track-and-field:#d66a4c;
--river-of-gold:#e7b65a;
--majestic-treasures:#f2e6a1;
--rustique:#f5c2b2;
}