Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #ebb9b2;
}
.channel {
color: #f1c4c0;
}
.ballet {
color: #f7d5d4;
}
.bride-s-blush {
color: #f9e3e1;
}
.precious-pink {
color: #f5b6b2;
}
/* CSS Variables */
:root {
--beauty-bush:#ebb9b2;
--channel:#f1c4c0;
--ballet:#f7d5d4;
--bride-s-blush:#f9e3e1;
--precious-pink:#f5b6b2;
}