Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.chef-s-hat {
color: #f3f4f7;
}
.maniac-mansion {
color: #003a5c;
}
.fat-gold {
color: #e6b400;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--chef-s-hat:#f3f4f7;
--maniac-mansion:#003a5c;
--fat-gold:#e6b400;
--harissa-red:#a62b2b;
}