Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.just-peachy {
color: #f8c572;
}
.wiener-schnitzel {
color: #f09800;
}
.entan-red {
color: #e76e50;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--just-peachy:#f8c572;
--wiener-schnitzel:#f09800;
--entan-red:#e76e50;
--valiant-poppy:#bf3a2b;
}