Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1f2028;
}
.inkblot {
color: #3a3f4b;
}
.enduring {
color: #5b6386;
}
.matte-blue {
color: #8bb2d0;
}
.ginger-peach {
color: #f7d0a1;
}
/* CSS Variables */
:root {
--noble-black:#1f2028;
--inkblot:#3a3f4b;
--enduring:#5b6386;
--matte-blue:#8bb2d0;
--ginger-peach:#f7d0a1;
}