Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c2;
}
.pink-frosting {
color: #f8d8e2;
}
.ephemeral-peach {
color: #fce1d4;
}
.shrimp-toast {
color: #f7c5a1;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c2;
--pink-frosting:#f8d8e2;
--ephemeral-peach:#fce1d4;
--shrimp-toast:#f7c5a1;
--squash-blossom:#f6b83c;
}