Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b800;
}
.forsythia {
color: #ffc800;
}
.sunny-side-up {
color: #ffd942;
}
.chickery-chick {
color: #ffe98f;
}
.glowlight {
color: #fff5b8;
}
/* CSS Variables */
:root {
--fat-gold:#e6b800;
--forsythia:#ffc800;
--sunny-side-up:#ffd942;
--chickery-chick:#ffe98f;
--glowlight:#fff5b8;
}