Color names in this palette
CSS code for this palette
/* CSS */
.charade {
color: #3b4145;
}
.urbanite {
color: #4f5559;
}
.pompeii-ash {
color: #6b757b;
}
.laundry-blue {
color: #a2afb4;
}
.alice-white {
color: #c4d0d4;
}
/* CSS Variables */
:root {
--charade:#3b4145;
--urbanite:#4f5559;
--pompeii-ash:#6b757b;
--laundry-blue:#a2afb4;
--alice-white:#c4d0d4;
}