Color names in this palette
CSS code for this palette
/* CSS */
.taste-of-berry {
color: #c8a2b6;
}
.usu-pink {
color: #a77b9d;
}
.japanese-rose-garden {
color: #e5b8c3;
}
.april-blush {
color: #f6d0d7;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--taste-of-berry:#c8a2b6;
--usu-pink:#a77b9d;
--japanese-rose-garden:#e5b8c3;
--april-blush:#f6d0d7;
--chantilly:#eab8c9;
}