Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1f1f23;
}
.night-sky {
color: #2a2a32;
}
.odyssey-grey {
color: #4b4b5d;
}
.deep-periwinkle {
color: #8080bc;
}
.roseberry {
color: #f7a8a1;
}
/* CSS Variables */
:root {
--inkwell-inception:#1f1f23;
--night-sky:#2a2a32;
--odyssey-grey:#4b4b5d;
--deep-periwinkle:#8080bc;
--roseberry:#f7a8a1;
}