Color names in this palette
CSS code for this palette
/* CSS */
.gumdrop {
color: #e292bf;
}
.violet-kiss {
color: #f4a4d7;
}
.shell-ginger {
color: #fae6d6;
}
.lady-banksia {
color: #fce6a6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--gumdrop:#e292bf;
--violet-kiss:#f4a4d7;
--shell-ginger:#fae6d6;
--lady-banksia:#fce6a6;
--creamy-sweet-corn:#f9c54e;
}