Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d6e8;
}
.cool-dusk {
color: #7c9dab;
}
.technical-blue {
color: #5a7e8c;
}
.shot-over {
color: #4b5e68;
}
.french-market {
color: #a6c69f;
}
/* CSS Variables */
:root {
--blue-click:#a6d6e8;
--cool-dusk:#7c9dab;
--technical-blue:#5a7e8c;
--shot-over:#4b5e68;
--french-market:#a6c69f;
}