Color names in this palette
CSS code for this palette
/* CSS */
.endeavour {
color: #2b5a8c;
}
.boat-house {
color: #4f8dbf;
}
.spritzig {
color: #73c1e8;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--endeavour:#2b5a8c;
--boat-house:#4f8dbf;
--spritzig:#73c1e8;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}