Color names in this palette
CSS code for this palette
/* CSS */
.sensual-climax {
color: #da3487;
}
.kirby {
color: #d84b8a;
}
.strawberry-milkshake {
color: #d66b89;
}
.mellow-rose {
color: #d8a2a2;
}
.in-the-pink {
color: #f2c5d2;
}
/* CSS Variables */
:root {
--sensual-climax:#da3487;
--kirby:#d84b8a;
--strawberry-milkshake:#d66b89;
--mellow-rose:#d8a2a2;
--in-the-pink:#f2c5d2;
}