Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b2;
}
.pink-chintz {
color: #f1c0d1;
}
.mousse-aux-pruneaux {
color: #e7cff2;
}
.blue-shimmer {
color: #b5dce3;
}
.dreaming-blue {
color: #8cc3d4;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b2;
--pink-chintz:#f1c0d1;
--mousse-aux-pruneaux:#e7cff2;
--blue-shimmer:#b5dce3;
--dreaming-blue:#8cc3d4;
}