Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d2;
}
.princess {
color: #f1a7b6;
}
.true-love {
color: #e6798a;
}
.lovely-little-rosy {
color: #e35f6c;
}
.smooch-rouge {
color: #d0394d;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d2;
--princess:#f1a7b6;
--true-love:#e6798a;
--lovely-little-rosy:#e35f6c;
--smooch-rouge:#d0394d;
}