Color names in this palette
CSS code for this palette
/* CSS */
.taste-of-berry {
color: #c8a3b9;
}
.tinted-rosewood {
color: #e5c7d2;
}
.blush-tint {
color: #f4e1e6;
}
.fluffy-pink {
color: #f6d6cb;
}
.gracious-rose {
color: #e3b6b0;
}
/* CSS Variables */
:root {
--taste-of-berry:#c8a3b9;
--tinted-rosewood:#e5c7d2;
--blush-tint:#f4e1e6;
--fluffy-pink:#f6d6cb;
--gracious-rose:#e3b6b0;
}