Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94a;
}
.maximum-yellow-red {
color: #f1b74b;
}
.question-mark-block {
color: #f09e4c;
}
.coral-orange {
color: #e56d48;
}
.fire-island {
color: #d95136;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94a;
--maximum-yellow-red:#f1b74b;
--question-mark-block:#f09e4c;
--coral-orange:#e56d48;
--fire-island:#d95136;
}