Color names in this palette
CSS code for this palette
/* CSS */
.citrus-splash {
color: #ffc300;
}
.sunny-side-up {
color: #ffd942;
}
.digital-yellow {
color: #ffe77a;
}
.old-yella {
color: #ffec99;
}
.spring-buttercup {
color: #fff5c2;
}
/* CSS Variables */
:root {
--citrus-splash:#ffc300;
--sunny-side-up:#ffd942;
--digital-yellow:#ffe77a;
--old-yella:#ffec99;
--spring-buttercup:#fff5c2;
}