All Palettes

Color Palette #a1b2b5, #7c9c9a, #4a8c8a, #3b7d7b, #2d6c6b

0%
0%
0%

CSS code for this palette

/* CSS */
.special-delivery {
color: #a1b2b5;
}
.vizcaya {
color: #7c9c9a;
}
.dusty-teal {
color: #4a8c8a;
}
.atlantic-wave {
color: #3b7d7b;
}
.north-sea {
color: #2d6c6b;
}

/* CSS Variables */
:root {
--special-delivery:#a1b2b5;
--vizcaya:#7c9c9a;
--dusty-teal:#4a8c8a;
--atlantic-wave:#3b7d7b;
--north-sea:#2d6c6b;
}

More palettes to explore