Serene Sunsets Color Palette

Discover the beautiful Serene Sunsets color palette featuring bossanova (#482b50), mongoose (#b19d72), indian khaki (#c1bc86), acapulco (#7aae9b) and cannon pink (#8c546d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Dark, Earthy, Forest, Muted, Soft, Vintage 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 Serene Sunsets palette

Share this palette to:

💻 Serene Sunsets color palette CSS

/* CSS */
.color-1 {
color: #482b50;
}
.color-2 {
color: #b19d72;
}
.color-3 {
color: #c1bc86;
}
.color-4 {
color: #7aae9b;
}
.color-5 {
color: #8c546d;
}

/* CSS Variables */
:root {
--color-1: #482b50;
--color-2: #b19d72;
--color-3: #c1bc86;
--color-4: #7aae9b;
--color-5: #8c546d;
}

🌈 Serene Sunsets background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #482b50, #b19d72, #c1bc86, #7aae9b, #8c546d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #482b50, #b19d72, #c1bc86, #7aae9b, #8c546d);
}

Serene Sunsets color palette created on .