Color names in this palette
CSS code for this palette
/* CSS */
.endeavour {
color: #2a5d8d;
}
.zenith {
color: #497b9c;
}
.bluebird-feather {
color: #6e9faf;
}
.chlorophyll-cream {
color: #b3d6c2;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--endeavour:#2a5d8d;
--zenith:#497b9c;
--bluebird-feather:#6e9faf;
--chlorophyll-cream:#b3d6c2;
--cameo-cream:#f4e2c3;
}