Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.sweet-lilac {
color: #eab8d1;
}
.sky-blue-pink {
color: #d9c1e6;
}
.seashore-dreams {
color: #b7d9f0;
}
.aqua-wish {
color: #a3e1d2;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--sweet-lilac:#eab8d1;
--sky-blue-pink:#d9c1e6;
--seashore-dreams:#b7d9f0;
--aqua-wish:#a3e1d2;
}