Color names in this palette
CSS code for this palette
/* CSS */
.h-i-s-black {
color: #161e31;
}
.antarctic-blue {
color: #2d3f5c;
}
.wedgewood {
color: #4e6a88;
}
.forever-blue {
color: #8b9bb6;
}
.violet-wisp {
color: #c8d4e5;
}
/* CSS Variables */
:root {
--h-i-s-black:#161e31;
--antarctic-blue:#2d3f5c;
--wedgewood:#4e6a88;
--forever-blue:#8b9bb6;
--violet-wisp:#c8d4e5;
}