Color names in this palette
CSS code for this palette
/* CSS */
.deli-yellow {
color: #e5ba1f;
}
.radiant-sun {
color: #f3ca4f;
}
.solaria {
color: #f6d78e;
}
.noodles {
color: #f9e5b4;
}
.autumn-white {
color: #fce0cf;
}
/* CSS Variables */
:root {
--deli-yellow:#e5ba1f;
--radiant-sun:#f3ca4f;
--solaria:#f6d78e;
--noodles:#f9e5b4;
--autumn-white:#fce0cf;
}