Color names in this palette
CSS code for this palette
/* CSS */
.twilight {
color: #4d4f8f;
}
.childish-wonder {
color: #a7aad7;
}
.seven-days-of-rain {
color: #d2d9e0;
}
.dairy-made {
color: #f1b641;
}
.glazed-persimmon {
color: #d64d38;
}
/* CSS Variables */
:root {
--twilight:#4d4f8f;
--childish-wonder:#a7aad7;
--seven-days-of-rain:#d2d9e0;
--dairy-made:#f1b641;
--glazed-persimmon:#d64d38;
}