Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1e25;
}
.extinct-volcano {
color: #4a4e59;
}
.faded-sea {
color: #8e9baf;
}
.mecha-kitty {
color: #d0c5d3;
}
.asagi-yellow {
color: #f5b87f;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1e25;
--extinct-volcano:#4a4e59;
--faded-sea:#8e9baf;
--mecha-kitty:#d0c5d3;
--asagi-yellow:#f5b87f;
}