Color names in this palette
CSS code for this palette
/* CSS */
.gumdrop {
color: #e292bf;
}
.violet-kiss {
color: #f1a7d3;
}
.lavender-soap {
color: #f2c0e4;
}
.peach-rose {
color: #f6e2d5;
}
.ginger-milk {
color: #f9a858;
}
/* CSS Variables */
:root {
--gumdrop:#e292bf;
--violet-kiss:#f1a7d3;
--lavender-soap:#f2c0e4;
--peach-rose:#f6e2d5;
--ginger-milk:#f9a858;
}