Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.pale-chamois {
color: #efe4d7;
}
.rosewater {
color: #e1c6c1;
}
.confectionary {
color: #d1b3d1;
}
.fresh-water {
color: #c1e1f6;
}
/* CSS Variables */
:root {
--white:#ffffff;
--pale-chamois:#efe4d7;
--rosewater:#e1c6c1;
--confectionary:#d1b3d1;
--fresh-water:#c1e1f6;
}