Color names in this palette
CSS code for this palette
/* CSS */
.citrus-splash {
color: #ffc300;
}
.sunny-side-up {
color: #ffd942;
}
.digital-yellow {
color: #ffea80;
}
.marsupilami {
color: #f5f500;
}
.sorbet-yellow {
color: #d6c400;
}
/* CSS Variables */
:root {
--citrus-splash:#ffc300;
--sunny-side-up:#ffd942;
--digital-yellow:#ffea80;
--marsupilami:#f5f500;
--sorbet-yellow:#d6c400;
}