Color names in this palette
CSS code for this palette
/* CSS */
.violet-water {
color: #d2d5e5;
}
.aerial-view {
color: #a2b1c8;
}
.walden-pond {
color: #7a9db8;
}
.cayman-bay {
color: #4f7a8c;
}
.celtic-rush {
color: #2d4e58;
}
/* CSS Variables */
:root {
--violet-water:#d2d5e5;
--aerial-view:#a2b1c8;
--walden-pond:#7a9db8;
--cayman-bay:#4f7a8c;
--celtic-rush:#2d4e58;
}