Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d6;
}
.pink-chalk {
color: #f5a3b8;
}
.ballet-slippers {
color: #fca1b0;
}
.blush-hour {
color: #ff7092;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d6;
--pink-chalk:#f5a3b8;
--ballet-slippers:#fca1b0;
--blush-hour:#ff7092;
--sharegaki-persimmon:#ff9f6b;
}