Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a7a7d3;
}
.melrose {
color: #c1b3e0;
}
.syrian-violet {
color: #e3c7e5;
}
.barrett-quince {
color: #f5d0b2;
}
.certain-peach {
color: #f5b9a3;
}
/* CSS Variables */
:root {
--childish-wonder:#a7a7d3;
--melrose:#c1b3e0;
--syrian-violet:#e3c7e5;
--barrett-quince:#f5d0b2;
--certain-peach:#f5b9a3;
}