Color names in this palette
CSS code for this palette
/* CSS */
.taste-of-berry {
color: #c9a1b6;
}
.japanese-rose-garden {
color: #e6b7c5;
}
.miami-pink {
color: #f7c5d7;
}
.bloodthirsty-beige {
color: #fad8d1;
}
.posy {
color: #f4e0d2;
}
/* CSS Variables */
:root {
--taste-of-berry:#c9a1b6;
--japanese-rose-garden:#e6b7c5;
--miami-pink:#f7c5d7;
--bloodthirsty-beige:#fad8d1;
--posy:#f4e0d2;
}