Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d7aee0;
}
.rozowy-pink {
color: #f1a7b7;
}
.venetian-yellow {
color: #f5e69e;
}
.chai-latte {
color: #f8c9a0;
}
.pretty-petunia {
color: #d2b7e1;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d7aee0;
--rozowy-pink:#f1a7b7;
--venetian-yellow:#f5e69e;
--chai-latte:#f8c9a0;
--pretty-petunia:#d2b7e1;
}