Color names in this palette
CSS code for this palette
/* CSS */
.slate-tile {
color: #5e6e73;
}
.shaved-ice {
color: #a7b5b9;
}
.ski-white {
color: #d2e4e5;
}
.asagi-yellow {
color: #f5b87f;
}
.porcelain-rose {
color: #e86b69;
}
/* CSS Variables */
:root {
--slate-tile:#5e6e73;
--shaved-ice:#a7b5b9;
--ski-white:#d2e4e5;
--asagi-yellow:#f5b87f;
--porcelain-rose:#e86b69;
}