Color names in this palette
CSS code for this palette
/* CSS */
.gumdrop {
color: #e292bf;
}
.violet-kiss {
color: #f2a6d4;
}
.sugarwinkle {
color: #f7c5e3;
}
.winthrop-peach {
color: #fbe6d5;
}
.fresh-apricot {
color: #fdd6a5;
}
/* CSS Variables */
:root {
--gumdrop:#e292bf;
--violet-kiss:#f2a6d4;
--sugarwinkle:#f7c5e3;
--winthrop-peach:#fbe6d5;
--fresh-apricot:#fdd6a5;
}