Color names in this palette
CSS code for this palette
/* CSS */
.gumdrop {
color: #e292bf;
}
.kiss {
color: #d68aa8;
}
.raspberry-smoothie {
color: #cca3b2;
}
.manga-pink {
color: #f2bad4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--gumdrop:#e292bf;
--kiss:#d68aa8;
--raspberry-smoothie:#cca3b2;
--manga-pink:#f2bad4;
--blush-hour:#ff7092;
}