Vibrant Harmony Color Palette

Discover the beautiful Vibrant Harmony color palette featuring red orange (#fc3b3b), dodger blue (#3b78fc), electric violet (#a83cfb), yellow orange (#fcaf3b) and sunset orange (#fc4d40).

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

UI Examples

Explore beautiful UI components with Vibrant Harmony palette

Share this palette to:

💻 Vibrant Harmony color palette CSS

/* CSS */
.color-1 {
color: #fc3b3b;
}
.color-2 {
color: #3b78fc;
}
.color-3 {
color: #a83cfb;
}
.color-4 {
color: #fcaf3b;
}
.color-5 {
color: #fc4d40;
}

/* CSS Variables */
:root {
--color-1: #fc3b3b;
--color-2: #3b78fc;
--color-3: #a83cfb;
--color-4: #fcaf3b;
--color-5: #fc4d40;
}

🌈 Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc3b3b, #3b78fc, #a83cfb, #fcaf3b, #fc4d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc3b3b, #3b78fc, #a83cfb, #fcaf3b, #fc4d40);
}

Vibrant Harmony color palette created on .