Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.lavender-candy {
color: #ffb3d5;
}
.saira-red {
color: #ff99b6;
}
.desire-pink {
color: #f1c6d3;
}
.just-a-tease {
color: #f9d4d2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--lavender-candy:#ffb3d5;
--saira-red:#ff99b6;
--desire-pink:#f1c6d3;
--just-a-tease:#f9d4d2;
}