Color names in this palette
CSS code for this palette
/* CSS */
.marigold-yellow {
color: #f6e66f;
}
.sunny-mood {
color: #f7c94b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.ornery-tangerine {
color: #f77a22;
}
.warming-heart {
color: #d64b38;
}
/* CSS Variables */
:root {
--marigold-yellow:#f6e66f;
--sunny-mood:#f7c94b;
--apricot-glazed-chicken:#f5a524;
--ornery-tangerine:#f77a22;
--warming-heart:#d64b38;
}