Color names in this palette
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;
}