Color names in this palette
CSS code for this palette
/* CSS */
.valiant-poppy {
color: #b83c28;
}
.vivid-red-tangelo {
color: #da5e25;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sunny-mood {
color: #f7c94b;
}
.paris-daisy {
color: #f9e54e;
}
/* CSS Variables */
:root {
--valiant-poppy:#b83c28;
--vivid-red-tangelo:#da5e25;
--apricot-glazed-chicken:#f5a524;
--sunny-mood:#f7c94b;
--paris-daisy:#f9e54e;
}