Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.buttered-popcorn {
color: #fff1a3;
}
.almost-aloe {
color: #c6e9af;
}
.medium-sky-blue {
color: #7dd3f2;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--buttered-popcorn:#fff1a3;
--almost-aloe:#c6e9af;
--medium-sky-blue:#7dd3f2;
}