Color names in this palette
CSS code for this palette
/* CSS */
.citrus-splash {
color: #ffc300;
}
.sunny-side-up {
color: #ffd942;
}
.floral-leaf {
color: #ffb84d;
}
.shocking-orange {
color: #ff6d1f;
}
.f-i-h-ng-scarlet {
color: #ff3f0f;
}
/* CSS Variables */
:root {
--citrus-splash:#ffc300;
--sunny-side-up:#ffd942;
--floral-leaf:#ffb84d;
--shocking-orange:#ff6d1f;
--f-i-h-ng-scarlet:#ff3f0f;
}