Saudade Color Palette

Discover the beautiful Saudade color palette featuring manhattan (#f7c6a6), apricot (#ea906c), japonica (#d56b5d), tapestry (#a95b94) and butterfly bush (#6c4f9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Earthy, Nostalgic, Orange, Pink, Purple, Soft, Vintage, 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 Saudade palette

Share this palette to:

💻 Saudade color palette CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #ea906c;
}
.color-3 {
color: #d56b5d;
}
.color-4 {
color: #a95b94;
}
.color-5 {
color: #6c4f9c;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #ea906c;
--color-3: #d56b5d;
--color-4: #a95b94;
--color-5: #6c4f9c;
}

🌈 Saudade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #ea906c, #d56b5d, #a95b94, #6c4f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #ea906c, #d56b5d, #a95b94, #6c4f9c);
}

Saudade color palette created on .