Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f7c859;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.iceland-poppy {
color: #f17c22;
}
.war-paint-red {
color: #db4d1a;
}
.chinese-night {
color: #a6381c;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f7c859;
--apricot-glazed-chicken:#f5a524;
--iceland-poppy:#f17c22;
--war-paint-red:#db4d1a;
--chinese-night:#a6381c;
}