CSS code for this palette
/* CSS */
.gladiola {
color: #d54d48;
}
.pink-chi {
color: #e58b8c;
}
.dress-up {
color: #f8c6bf;
}
.sun-dust {
color: #f6e1a2;
}
.sunset-peach {
color: #f7aa7e;
}
/* CSS Variables */
:root {
--gladiola:#d54d48;
--pink-chi:#e58b8c;
--dress-up:#f8c6bf;
--sun-dust:#f6e1a2;
--sunset-peach:#f7aa7e;
}