Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.bilious-green {
color: #a7d86e;
}
.the-fifth-sun {
color: #f3df2b;
}
.shocking-orange {
color: #ff6d1f;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--bilious-green:#a7d86e;
--the-fifth-sun:#f3df2b;
--shocking-orange:#ff6d1f;
--coral-red:#ff3d3d;
}