Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94e3b;
}
.fiery-salmon {
color: #f76969;
}
.koji-orange {
color: #f1af4b;
}
.jemima {
color: #f1d67e;
}
.midwinter-mist {
color: #a4d7da;
}
/* CSS Variables */
:root {
--painted-poppy:#c94e3b;
--fiery-salmon:#f76969;
--koji-orange:#f1af4b;
--jemima:#f1d67e;
--midwinter-mist:#a4d7da;
}