Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.english-rose {
color: #f5c6c2;
}
.tutu {
color: #f8e5e2;
}
.placebo-red {
color: #fce9e9;
}
.sea-salt-sherbet {
color: #fff5f5;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--english-rose:#f5c6c2;
--tutu:#f8e5e2;
--placebo-red:#fce9e9;
--sea-salt-sherbet:#fff5f5;
}