Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #e2b4e9;
}
.rozowy-pink {
color: #f3a5b7;
}
.shrimp-toast {
color: #f6c5a2;
}
.salmon-eggs {
color: #f1d65f;
}
.herb-robert {
color: #e09fe0;
}
/* CSS Variables */
:root {
--petal-plush:#e2b4e9;
--rozowy-pink:#f3a5b7;
--shrimp-toast:#f6c5a2;
--salmon-eggs:#f1d65f;
--herb-robert:#e09fe0;
}