Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.sunny-side-up {
color: #ffd942;
}
.chickery-chick {
color: #ffea8f;
}
.mouse-nose {
color: #ffe4b3;
}
.natural-wool {
color: #fff5d6;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--sunny-side-up:#ffd942;
--chickery-chick:#ffea8f;
--mouse-nose:#ffe4b3;
--natural-wool:#fff5d6;
}