Color names in this palette
CSS code for this palette
/* CSS */
.tutu {
color: #f8e3e2;
}
.first-peach {
color: #f4c8c8;
}
.pressed-rose {
color: #f1a7a9;
}
.deep-blush {
color: #e76a8b;
}
.smooch-rouge {
color: #d03e4a;
}
/* CSS Variables */
:root {
--tutu:#f8e3e2;
--first-peach:#f4c8c8;
--pressed-rose:#f1a7a9;
--deep-blush:#e76a8b;
--smooch-rouge:#d03e4a;
}