Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e29f;
}
.banana-mania {
color: #fce7b0;
}
.spring-lily {
color: #fdf3c9;
}
.gentle-glow {
color: #f8e6b9;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--durango-dust:#f9e29f;
--banana-mania:#fce7b0;
--spring-lily:#fdf3c9;
--gentle-glow:#f8e6b9;
--peach-of-mind:#ffe3b3;
}