Color names in this palette
CSS code for this palette
/* CSS */
.violet-wisp {
color: #c9d4e4;
}
.mont-blanc {
color: #a2b6d8;
}
.cottage-blue {
color: #7a9bc2;
}
.zenith {
color: #4b7fa0;
}
.nautical-creatures {
color: #2b5c7d;
}
/* CSS Variables */
:root {
--violet-wisp:#c9d4e4;
--mont-blanc:#a2b6d8;
--cottage-blue:#7a9bc2;
--zenith:#4b7fa0;
--nautical-creatures:#2b5c7d;
}