Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.pink-marshmallow {
color: #f4b8d4;
}
.rosecco {
color: #eab8e4;
}
.sky-blue-pink {
color: #d9c1e2;
}
.grape-illusion {
color: #b5a4d5;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--pink-marshmallow:#f4b8d4;
--rosecco:#eab8e4;
--sky-blue-pink:#d9c1e2;
--grape-illusion:#b5a4d5;
}