Sunny Summer Color Palette

Discover the beautiful Sunny Summer color palette featuring indian khaki (#c7ba93), eunry (#caa791), old rose (#c39283), pharlap (#ae7f7a) and pale sky (#686f82).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Gray, Modern, Muted, Pink, Soft, Warm 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 Sunny Summer palette

Share this palette to:

💻 Sunny Summer color palette CSS

/* CSS */
.color-1 {
color: #c7ba93;
}
.color-2 {
color: #caa791;
}
.color-3 {
color: #c39283;
}
.color-4 {
color: #ae7f7a;
}
.color-5 {
color: #686f82;
}

/* CSS Variables */
:root {
--color-1: #c7ba93;
--color-2: #caa791;
--color-3: #c39283;
--color-4: #ae7f7a;
--color-5: #686f82;
}

🌈 Sunny Summer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7ba93, #caa791, #c39283, #ae7f7a, #686f82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7ba93, #caa791, #c39283, #ae7f7a, #686f82);
}

Sunny Summer color palette created on .