Color names in this palette
CSS code for this palette
/* CSS */
.cream-blush {
color: #f8c39b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.soft-pumpkin {
color: #d88d31;
}
.bright-bronze {
color: #a25b25;
}
.milk-chocolate {
color: #7b4e1e;
}
/* CSS Variables */
:root {
--cream-blush:#f8c39b;
--apricot-glazed-chicken:#f5a524;
--soft-pumpkin:#d88d31;
--bright-bronze:#a25b25;
--milk-chocolate:#7b4e1e;
}