Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a6a6d8;
}
.perano {
color: #b3b3e6;
}
.purity {
color: #d9c7e5;
}
.rosecco {
color: #eab8e4;
}
.pretty-pink-piggy {
color: #f1a7da;
}
/* CSS Variables */
:root {
--childish-wonder:#a6a6d8;
--perano:#b3b3e6;
--purity:#d9c7e5;
--rosecco:#eab8e4;
--pretty-pink-piggy:#f1a7da;
}