Color names in this palette
CSS code for this palette
/* CSS */
.sapling {
color: #9dbe5b;
}
.syndicalist {
color: #f5c400;
}
.shocking-orange {
color: #ff6d1f;
}
.iceland-poppy {
color: #f47e25;
}
.old-fashioned-purple {
color: #6c4b6b;
}
/* CSS Variables */
:root {
--sapling:#9dbe5b;
--syndicalist:#f5c400;
--shocking-orange:#ff6d1f;
--iceland-poppy:#f47e25;
--old-fashioned-purple:#6c4b6b;
}