Color names in this palette
CSS code for this palette
/* CSS */
.traditional-blue {
color: #1d688b;
}
.blue-square {
color: #4f8e9c;
}
.holiday {
color: #80c2b2;
}
.first-day-of-summer {
color: #f1e79d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--traditional-blue:#1d688b;
--blue-square:#4f8e9c;
--holiday:#80c2b2;
--first-day-of-summer:#f1e79d;
--creamy-sweet-corn:#f9c54e;
}