Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.sunny-side-up {
color: #ffd942;
}
.digital-yellow {
color: #ffeb7a;
}
.creamy-sunshine-pastel {
color: #fff6b3;
}
.rice-paper {
color: #fffbdb;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--sunny-side-up:#ffd942;
--digital-yellow:#ffeb7a;
--creamy-sunshine-pastel:#fff6b3;
--rice-paper:#fffbdb;
}