Color names in this palette
CSS code for this palette
/* CSS */
.tutu {
color: #f8e5e2;
}
.petals-unfolding {
color: #f4b8c3;
}
.pink-eraser {
color: #f29c9c;
}
.salmon-pok-bowl {
color: #f27878;
}
.capocollo {
color: #d84f4f;
}
/* CSS Variables */
:root {
--tutu:#f8e5e2;
--petals-unfolding:#f4b8c3;
--pink-eraser:#f29c9c;
--salmon-pok-bowl:#f27878;
--capocollo:#d84f4f;
}