Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a1bf;
}
.fulgrim-pink {
color: #f5b2d1;
}
.laelia-pink {
color: #f8c9e1;
}
.soft-cashmere {
color: #f1b6da;
}
.always-rosey {
color: #e79cb7;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a1bf;
--fulgrim-pink:#f5b2d1;
--laelia-pink:#f8c9e1;
--soft-cashmere:#f1b6da;
--always-rosey:#e79cb7;
}