Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a5a9d4;
}
.wish {
color: #b6b8e2;
}
.crystal-falls {
color: #e2e5f3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.watermelon-slice {
color: #e77b6a;
}
/* CSS Variables */
:root {
--childish-wonder:#a5a9d4;
--wish:#b6b8e2;
--crystal-falls:#e2e5f3;
--solar-plexus-chakra:#f1c84b;
--watermelon-slice:#e77b6a;
}