Color names in this palette
CSS code for this palette
/* CSS */
.field-poppy {
color: #d56b39;
}
.welcoming-wasp {
color: #f0a800;
}
.tuscan-sun {
color: #ffd84d;
}
.retro-peach {
color: #e8c0b0;
}
.cyclamen-red {
color: #a65e8e;
}
/* CSS Variables */
:root {
--field-poppy:#d56b39;
--welcoming-wasp:#f0a800;
--tuscan-sun:#ffd84d;
--retro-peach:#e8c0b0;
--cyclamen-red:#a65e8e;
}