Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a5a9d4;
}
.wish {
color: #b8bae0;
}
.star-jasmine {
color: #d6d9e6;
}
.cradle-pink {
color: #eac8d5;
}
.rozowy-pink {
color: #f5a8b9;
}
/* CSS Variables */
:root {
--childish-wonder:#a5a9d4;
--wish:#b8bae0;
--star-jasmine:#d6d9e6;
--cradle-pink:#eac8d5;
--rozowy-pink:#f5a8b9;
}