Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a5a9d4;
}
.hindsight {
color: #bbc8e2;
}
.bff {
color: #e0b2d1;
}
.peach-patch {
color: #f2d7a1;
}
.cumquat-cream {
color: #f29c7d;
}
/* CSS Variables */
:root {
--childish-wonder:#a5a9d4;
--hindsight:#bbc8e2;
--bff:#e0b2d1;
--peach-patch:#f2d7a1;
--cumquat-cream:#f29c7d;
}