Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a5a9d4;
}
.wish {
color: #b6b8e2;
}
.eyeshadow {
color: #d7daea;
}
.icy-lemonade {
color: #f6e7b1;
}
.australian-apricot {
color: #f5c5a3;
}
/* CSS Variables */
:root {
--childish-wonder:#a5a9d4;
--wish:#b6b8e2;
--eyeshadow:#d7daea;
--icy-lemonade:#f6e7b1;
--australian-apricot:#f5c5a3;
}