Color names in this palette
CSS code for this palette
/* CSS */
.crystal {
color: #a4d7df;
}
.fitness-blue {
color: #5fb8d3;
}
.atlantic-gull {
color: #4994b6;
}
.ocean-call {
color: #2a698d;
}
.grape-blue {
color: #1f4b6f;
}
/* CSS Variables */
:root {
--crystal:#a4d7df;
--fitness-blue:#5fb8d3;
--atlantic-gull:#4994b6;
--ocean-call:#2a698d;
--grape-blue:#1f4b6f;
}