Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a5a9d4;
}
.wish {
color: #b6b8e2;
}
.miami-white {
color: #c8caef;
}
.twinkled-pink {
color: #e9d8e3;
}
.rogue-pink {
color: #f5a8c1;
}
/* CSS Variables */
:root {
--childish-wonder:#a5a9d4;
--wish:#b6b8e2;
--miami-white:#c8caef;
--twinkled-pink:#e9d8e3;
--rogue-pink:#f5a8c1;
}