Color names in this palette
CSS code for this palette
/* CSS */
.e-honda-beige {
color: #f7d882;
}
.durango-dust {
color: #f9e19f;
}
.banana-mania {
color: #fbe6b1;
}
.september-sun {
color: #fcd5a1;
}
.shrimp-toast {
color: #f6c8a2;
}
/* CSS Variables */
:root {
--e-honda-beige:#f7d882;
--durango-dust:#f9e19f;
--banana-mania:#fbe6b1;
--september-sun:#fcd5a1;
--shrimp-toast:#f6c8a2;
}