Color names in this palette
CSS code for this palette
/* CSS */
.fading-rose {
color: #fad3d1;
}
.pink-marshmallow {
color: #f4b8d4;
}
.hanami-pink {
color: #f1a7e0;
}
.purple-s-baby-sister {
color: #e7c5f2;
}
.new-heights {
color: #d0e6f1;
}
/* CSS Variables */
:root {
--fading-rose:#fad3d1;
--pink-marshmallow:#f4b8d4;
--hanami-pink:#f1a7e0;
--purple-s-baby-sister:#e7c5f2;
--new-heights:#d0e6f1;
}