Color names in this palette
CSS code for this palette
/* CSS */
.gumdrop {
color: #e292bf;
}
.violet-kiss {
color: #f4a4d7;
}
.hot-aquarelle-pink {
color: #f8b4e4;
}
.pretty-in-pink {
color: #f9c3e3;
}
.sunset-pink {
color: #f9d7e6;
}
/* CSS Variables */
:root {
--gumdrop:#e292bf;
--violet-kiss:#f4a4d7;
--hot-aquarelle-pink:#f8b4e4;
--pretty-in-pink:#f9c3e3;
--sunset-pink:#f9d7e6;
}