Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f5a8c2;
}
.soft-cashmere {
color: #f4b3da;
}
.rosy-nectar {
color: #f4c3e2;
}
.siesta-sands {
color: #f1e6df;
}
.princess {
color: #f1a7b6;
}
/* CSS Variables */
:root {
--rogue-pink:#f5a8c2;
--soft-cashmere:#f4b3da;
--rosy-nectar:#f4c3e2;
--siesta-sands:#f1e6df;
--princess:#f1a7b6;
}