Color names in this palette
CSS code for this palette
/* CSS */
.mineral {
color: #d8d0c5;
}
.blue-tribute {
color: #a8b9c7;
}
.coelin-blue {
color: #4b8095;
}
.grape-blue {
color: #1f4b6f;
}
.dark-eclipse {
color: #0f2a43;
}
/* CSS Variables */
:root {
--mineral:#d8d0c5;
--blue-tribute:#a8b9c7;
--coelin-blue:#4b8095;
--grape-blue:#1f4b6f;
--dark-eclipse:#0f2a43;
}