Color names in this palette
CSS code for this palette
/* CSS */
.endeavour {
color: #295c8e;
}
.explorer-blue {
color: #5ea4b5;
}
.water-flow {
color: #79c4d7;
}
.go-bananas {
color: #f7ca50;
}
.orangeville {
color: #e26c5a;
}
/* CSS Variables */
:root {
--endeavour:#295c8e;
--explorer-blue:#5ea4b5;
--water-flow:#79c4d7;
--go-bananas:#f7ca50;
--orangeville:#e26c5a;
}