Discover the beautiful Vibrant Serenade color palette featuring purple heart (#9d2ab2), mulberry (#c64e8c), sandy brown (#f79e6e), ronchi (#f1c84b) and conifer (#a5d53f).

Vibrant Serenade Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Vibrant Serenade palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Vibrant Serenade palette

Share this palette to:

💻 Vibrant Serenade color palette CSS

/* CSS */
.color-1 {
color: #9d2ab2;
}
.color-2 {
color: #c64e8c;
}
.color-3 {
color: #f79e6e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #a5d53f;
}

/* CSS Variables */
:root {
--color-1: #9d2ab2;
--color-2: #c64e8c;
--color-3: #f79e6e;
--color-4: #f1c84b;
--color-5: #a5d53f;
}

🌈 Vibrant Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2ab2, #c64e8c, #f79e6e, #f1c84b, #a5d53f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2ab2, #c64e8c, #f79e6e, #f1c84b, #a5d53f);
}

Vibrant Serenade color palette created on .