Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1e25;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.sweet-jasmine {
color: #f8f3d3;
}
.clarified-orange {
color: #f9a35d;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1e25;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--sweet-jasmine:#f8f3d3;
--clarified-orange:#f9a35d;
}