Color names in this palette
CSS code for this palette
/* CSS */
.childlike {
color: #e6c1cf;
}
.berry-popsicle {
color: #d6a9c9;
}
.crocus-petal {
color: #b79bc5;
}
.marvellous {
color: #6b7fb3;
}
.cape-lee {
color: #4f7d8c;
}
/* CSS Variables */
:root {
--childlike:#e6c1cf;
--berry-popsicle:#d6a9c9;
--crocus-petal:#b79bc5;
--marvellous:#6b7fb3;
--cape-lee:#4f7d8c;
}