Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #4b5e68;
}
.cathedral-glass {
color: #79999a;
}
.blende-blue {
color: #a7c3c2;
}
.diamond-white {
color: #e1f1f4;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--shot-over:#4b5e68;
--cathedral-glass:#79999a;
--blende-blue:#a7c3c2;
--diamond-white:#e1f1f4;
--wash-me:#f8fafc;
}