Color names in this palette
CSS code for this palette
/* CSS */
.dream-land {
color: #f0b2e4;
}
.middy-s-purple {
color: #9a85d6;
}
.berry-pie {
color: #4e708d;
}
.buttery-croissant {
color: #f6e19d;
}
.pink-fit {
color: #f9a9b1;
}
/* CSS Variables */
:root {
--dream-land:#f0b2e4;
--middy-s-purple:#9a85d6;
--berry-pie:#4e708d;
--buttery-croissant:#f6e19d;
--pink-fit:#f9a9b1;
}