Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f8ca49;
}
.knockout-orange {
color: #e66d3d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.emerald-clear-green {
color: #4f8c2b;
}
.dark-blue {
color: #2e5c7a;
}
/* CSS Variables */
:root {
--sunny-mood:#f8ca49;
--knockout-orange:#e66d3d;
--apricot-glazed-chicken:#f5a524;
--emerald-clear-green:#4f8c2b;
--dark-blue:#2e5c7a;
}