Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.spicy-paella {
color: #f28e36;
}
.obstinate-orange {
color: #d65d29;
}
.bijou-red {
color: #a73d39;
}
.siren {
color: #682c3c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--spicy-paella:#f28e36;
--obstinate-orange:#d65d29;
--bijou-red:#a73d39;
--siren:#682c3c;
}