Color names in this palette
CSS code for this palette
/* CSS */
.east-side {
color: #a68cba;
}
.child-s-play {
color: #e6b7d4;
}
.peach-damask {
color: #f9c6a9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.wave-top {
color: #b0d8d4;
}
/* CSS Variables */
:root {
--east-side:#a68cba;
--child-s-play:#e6b7d4;
--peach-damask:#f9c6a9;
--optimistic-yellow:#f4e1a4;
--wave-top:#b0d8d4;
}