Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a6a7d9;
}
.alley {
color: #b9c5da;
}
.rustic-rose {
color: #c9b5a6;
}
.coral-fountain {
color: #e3a6a1;
}
.warm-wassail {
color: #a86b6b;
}
/* CSS Variables */
:root {
--childish-wonder:#a6a7d9;
--alley:#b9c5da;
--rustic-rose:#c9b5a6;
--coral-fountain:#e3a6a1;
--warm-wassail:#a86b6b;
}