Color names in this palette
CSS code for this palette
/* CSS */
.dark {
color: #1b202d;
}
.intellectual {
color: #3d404d;
}
.mysterious-night {
color: #5c5f70;
}
.velvet-curtain {
color: #7d86a1;
}
.lilac-sachet {
color: #a7b7d7;
}
/* CSS Variables */
:root {
--dark:#1b202d;
--intellectual:#3d404d;
--mysterious-night:#5c5f70;
--velvet-curtain:#7d86a1;
--lilac-sachet:#a7b7d7;
}