Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e5b738;
}
.macaroni {
color: #f4d186;
}
.icy-lemonade {
color: #f4e8b3;
}
.deluxe-days {
color: #8bc7e9;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--last-sunlight:#e5b738;
--macaroni:#f4d186;
--icy-lemonade:#f4e8b3;
--deluxe-days:#8bc7e9;
--olympic-blue:#4b91e2;
}