Color names in this palette
CSS code for this palette
/* CSS */
.egg-toast {
color: #f6c80e;
}
.orange-pospsicle {
color: #f6a10e;
}
.mandarin-red {
color: #e34e3b;
}
.jugendstil-turquoise {
color: #5c9b9d;
}
.blue-depths {
color: #293c65;
}
/* CSS Variables */
:root {
--egg-toast:#f6c80e;
--orange-pospsicle:#f6a10e;
--mandarin-red:#e34e3b;
--jugendstil-turquoise:#5c9b9d;
--blue-depths:#293c65;
}