Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #ffe68a;
}
.sunny-side-up {
color: #ffdc42;
}
.citrus-splash {
color: #ffc300;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--bicycle-yellow:#ffe68a;
--sunny-side-up:#ffdc42;
--citrus-splash:#ffc300;
}