Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1e20;
}
.seaplane-grey {
color: #3a3f41;
}
.anchor-grey {
color: #596164;
}
.gunmetal-grey {
color: #808d8e;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1e20;
--seaplane-grey:#3a3f41;
--anchor-grey:#596164;
--gunmetal-grey:#808d8e;
--valiant-poppy:#bf3a2b;
}