Color names in this palette
CSS code for this palette
/* CSS */
.major-blue {
color: #1e9ac8;
}
.garish-green {
color: #4ebc8e;
}
.green-lacewing {
color: #8fd66b;
}
.golden-snitch {
color: #f0e04c;
}
.sango-red {
color: #f36a4f;
}
/* CSS Variables */
:root {
--major-blue:#1e9ac8;
--garish-green:#4ebc8e;
--green-lacewing:#8fd66b;
--golden-snitch:#f0e04c;
--sango-red:#f36a4f;
}