Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.the-first-daffodil {
color: #ffee8f;
}
.peach-of-mind {
color: #ffe2b3;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--kuchinashi-yellow:#ffdb4d;
--the-first-daffodil:#ffee8f;
--peach-of-mind:#ffe2b3;
--ucla-gold:#ffb300;
}