Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.clouded-vision {
color: #d2d0d0;
}
.onion-white {
color: #e3d4c4;
}
.creole-cottage {
color: #e7b99c;
}
.sleepy-owlet {
color: #b4a78d;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--clouded-vision:#d2d0d0;
--onion-white:#e3d4c4;
--creole-cottage:#e7b99c;
--sleepy-owlet:#b4a78d;
}