Color names in this palette
CSS code for this palette
/* CSS */
.a-state-of-mint {
color: #8bfdc1;
}
.aqua-zing {
color: #7bdbd3;
}
.fitness-blue {
color: #59b7d4;
}
.quiet-night {
color: #398dc0;
}
.endeavour {
color: #2a5c8d;
}
/* CSS Variables */
:root {
--a-state-of-mint:#8bfdc1;
--aqua-zing:#7bdbd3;
--fitness-blue:#59b7d4;
--quiet-night:#398dc0;
--endeavour:#2a5c8d;
}