Color names in this palette
CSS code for this palette
/* CSS */
.rose-turkish-delight {
color: #db517b;
}
.cabaret {
color: #d2516d;
}
.pretty-in-plum {
color: #d45485;
}
.princess {
color: #f1a7b4;
}
.in-the-pink {
color: #f2c5d2;
}
/* CSS Variables */
:root {
--rose-turkish-delight:#db517b;
--cabaret:#d2516d;
--pretty-in-plum:#d45485;
--princess:#f1a7b4;
--in-the-pink:#f2c5d2;
}