Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c1;
}
.mountain-laurel {
color: #f6c6d6;
}
.tutu {
color: #f8e5e2;
}
.sea-salt-sherbet {
color: #fef6f7;
}
.saira-red {
color: #ff9ebb;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c1;
--mountain-laurel:#f6c6d6;
--tutu:#f8e5e2;
--sea-salt-sherbet:#fef6f7;
--saira-red:#ff9ebb;
}