Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.christmas-silver {
color: #e0e0e0;
}
.spilt-milk {
color: #f5f5d1;
}
.delicate-brown {
color: #a68c8c;
}
.ferra {
color: #8a6a6a;
}
/* CSS Variables */
:root {
--white:#ffffff;
--christmas-silver:#e0e0e0;
--spilt-milk:#f5f5d1;
--delicate-brown:#a68c8c;
--ferra:#8a6a6a;
}