Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94a;
}
.question-mark-block {
color: #f09c47;
}
.sizzling-sunset {
color: #ef7e4d;
}
.bricks-of-hope {
color: #de5b59;
}
.goddess-of-dawn {
color: #904c6a;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94a;
--question-mark-block:#f09c47;
--sizzling-sunset:#ef7e4d;
--bricks-of-hope:#de5b59;
--goddess-of-dawn:#904c6a;
}