Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1f1b27;
}
.petunia-patty {
color: #4c3e4b;
}
.euphoric-magenta {
color: #7b5b6e;
}
.orchid-haze {
color: #b3899a;
}
.pink-chintz {
color: #f0c1cf;
}
/* CSS Variables */
:root {
--inkwell-inception:#1f1b27;
--petunia-patty:#4c3e4b;
--euphoric-magenta:#7b5b6e;
--orchid-haze:#b3899a;
--pink-chintz:#f0c1cf;
}