Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94e3b;
}
.sango-red {
color: #f2694a;
}
.faded-orange {
color: #f5934d;
}
.jambalaya {
color: #f7b56e;
}
.yellow-trumpet {
color: #f9da8b;
}
/* CSS Variables */
:root {
--painted-poppy:#c94e3b;
--sango-red:#f2694a;
--faded-orange:#f5934d;
--jambalaya:#f7b56e;
--yellow-trumpet:#f9da8b;
}