Color names in this palette
CSS code for this palette
/* CSS */
.dark {
color: #1b202d;
}
.crown-blue {
color: #4a4e68;
}
.majestic-mount {
color: #7b7f93;
}
.blunt {
color: #b6b8c8;
}
.boysenberry-shadow {
color: #f2f4f8;
}
/* CSS Variables */
:root {
--dark:#1b202d;
--crown-blue:#4a4e68;
--majestic-mount:#7b7f93;
--blunt:#b6b8c8;
--boysenberry-shadow:#f2f4f8;
}