Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f2f2;
}
.confectionary {
color: #d1b3d1;
}
.violetta {
color: #a76c99;
}
.madder-magenta {
color: #804d6f;
}
.japanese-wineberry {
color: #4e2c39;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f2f2;
--confectionary:#d1b3d1;
--violetta:#a76c99;
--madder-magenta:#804d6f;
--japanese-wineberry:#4e2c39;
}