Color names in this palette
CSS code for this palette
/* CSS */
.sensual-climax {
color: #da3487;
}
.flirty-rose {
color: #d85a93;
}
.strawberry-smoothie {
color: #e89ca7;
}
.ibis {
color: #f7b1c0;
}
.barely-pink {
color: #f7d4df;
}
/* CSS Variables */
:root {
--sensual-climax:#da3487;
--flirty-rose:#d85a93;
--strawberry-smoothie:#e89ca7;
--ibis:#f7b1c0;
--barely-pink:#f7d4df;
}