Color names in this palette
CSS code for this palette
/* CSS */
.endeavour {
color: #2b5a8c;
}
.azure-blue {
color: #4b8dc3;
}
.bright-spark {
color: #76c2e0;
}
.chefchaouen-blue {
color: #a6d2e8;
}
.milky-way {
color: #e6f5f9;
}
/* CSS Variables */
:root {
--endeavour:#2b5a8c;
--azure-blue:#4b8dc3;
--bright-spark:#76c2e0;
--chefchaouen-blue:#a6d2e8;
--milky-way:#e6f5f9;
}