Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f8c4c9;
}
.tickled-pink {
color: #f2a6c1;
}
.pink-punk {
color: #d97dba;
}
.purple-plum {
color: #9c4fba;
}
.lucid-dream {
color: #5d2b8c;
}
/* CSS Variables */
:root {
--deco-pink:#f8c4c9;
--tickled-pink:#f2a6c1;
--pink-punk:#d97dba;
--purple-plum:#9c4fba;
--lucid-dream:#5d2b8c;
}