Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e0a3c2;
}
.in-the-pink {
color: #f3c4d1;
}
.soft-lavender {
color: #f6e4f5;
}
.peach-yellow {
color: #f9e0ae;
}
.tacao {
color: #f7af78;
}
/* CSS Variables */
:root {
--think-pink:#e0a3c2;
--in-the-pink:#f3c4d1;
--soft-lavender:#f6e4f5;
--peach-yellow:#f9e0ae;
--tacao:#f7af78;
}