Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94b3b;
}
.jaffa {
color: #e57a48;
}
.o-brien-orange {
color: #f3a449;
}
.solarized {
color: #f6d14c;
}
.yellow-petal {
color: #e8e84a;
}
/* CSS Variables */
:root {
--painted-poppy:#c94b3b;
--jaffa:#e57a48;
--o-brien-orange:#f3a449;
--solarized:#f6d14c;
--yellow-petal:#e8e84a;
}