Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.duckling {
color: #f9b358;
}
.sunset-papaya {
color: #fc7f69;
}
.sango-red {
color: #f86e4f;
}
.spirit-warrior {
color: #d5503f;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--duckling:#f9b358;
--sunset-papaya:#fc7f69;
--sango-red:#f86e4f;
--spirit-warrior:#d5503f;
}