Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.bleached-silk {
color: #f2f2f2;
}
.unicorn-silver {
color: #e8e8e8;
}
.tangled-web {
color: #b3b3b3;
}
.squant {
color: #666666;
}
/* CSS Variables */
:root {
--white:#ffffff;
--bleached-silk:#f2f2f2;
--unicorn-silver:#e8e8e8;
--tangled-web:#b3b3b3;
--squant:#666666;
}