Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1e1e24;
}
.mountain-fig {
color: #3a3a4b;
}
.taylor {
color: #5c5c7a;
}
.plum-dust {
color: #a84d93;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--inkwell-inception:#1e1e24;
--mountain-fig:#3a3a4b;
--taylor:#5c5c7a;
--plum-dust:#a84d93;
--n-rang-orange:#ff8052;
}