Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.christmas-blue {
color: #298ebc;
}
.candid-blue {
color: #6cc8e4;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--christmas-blue:#298ebc;
--candid-blue:#6cc8e4;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}