Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1e25;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.wax-flower {
color: #f0b49e;
}
.salmon-fresco {
color: #faaf9e;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1e25;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--wax-flower:#f0b49e;
--salmon-fresco:#faaf9e;
}