Color names in this palette
CSS code for this palette
/* CSS */
.tutu {
color: #f8e4e2;
}
.brain-pink {
color: #f2b2b0;
}
.chantilly {
color: #eab8c9;
}
.mountain-laurel {
color: #f3c9d5;
}
.emperor-s-children {
color: #f0a3b9;
}
/* CSS Variables */
:root {
--tutu:#f8e4e2;
--brain-pink:#f2b2b0;
--chantilly:#eab8c9;
--mountain-laurel:#f3c9d5;
--emperor-s-children:#f0a3b9;
}