Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.suit-blue {
color: #2a2e37;
}
.lynch {
color: #6a7b8a;
}
.mediterranean-charm {
color: #a0cfe9;
}
.lynx-white {
color: #f6f7f8;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--suit-blue:#2a2e37;
--lynch:#6a7b8a;
--mediterranean-charm:#a0cfe9;
--lynx-white:#f6f7f8;
}