Color names in this palette
CSS code for this palette
/* CSS */
.capital-yellow {
color: #e4b744;
}
.wake-me-up {
color: #f2d65a;
}
.club-mate {
color: #f8df7c;
}
.evening-glow {
color: #fdd791;
}
.prosecco {
color: #f9d7a4;
}
/* CSS Variables */
:root {
--capital-yellow:#e4b744;
--wake-me-up:#f2d65a;
--club-mate:#f8df7c;
--evening-glow:#fdd791;
--prosecco:#f9d7a4;
}