Sweet Summer Indulgence Color Palette

Discover the beautiful Sweet Summer Indulgence color palette featuring mandys pink (#f7d1c5), mandys pink (#f3b6b0), cashmere (#e6a79e), whiskey (#d39969) and sepia skin (#a65e3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Brown, Cream, Fun, Pink color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Sweet Summer Indulgence palette

Share this palette to:

💻 Sweet Summer Indulgence color palette CSS

/* CSS */
.color-1 {
color: #f7d1c5;
}
.color-2 {
color: #f3b6b0;
}
.color-3 {
color: #e6a79e;
}
.color-4 {
color: #d39969;
}
.color-5 {
color: #a65e3f;
}

/* CSS Variables */
:root {
--color-1: #f7d1c5;
--color-2: #f3b6b0;
--color-3: #e6a79e;
--color-4: #d39969;
--color-5: #a65e3f;
}

🌈 Sweet Summer Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d1c5, #f3b6b0, #e6a79e, #d39969, #a65e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d1c5, #f3b6b0, #e6a79e, #d39969, #a65e3f);
}

Sweet Summer Indulgence color palette created on .