Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a5a9d4;
}
.wish {
color: #b4b9e4;
}
.early-dog-violet {
color: #d2d6ea;
}
.straw-hat {
color: #f1d3a7;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--childish-wonder:#a5a9d4;
--wish:#b4b9e4;
--early-dog-violet:#d2d6ea;
--straw-hat:#f1d3a7;
--mystic-tulip:#f7b7a1;
}