Vibrant Mirage Color Palette

Discover the beautiful Vibrant Mirage color palette featuring bright sun (#fbcb3c), bittersweet (#ff6e61), dusty gray (#a59c9d), prelude (#d2b4e4) and de york (#6fbe8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Aesthetic, Amber, Fun, Spring 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 Mirage palette

Share this palette to:

💻 Vibrant Mirage color palette CSS

/* CSS */
.color-1 {
color: #fbcb3c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #a59c9d;
}
.color-4 {
color: #d2b4e4;
}
.color-5 {
color: #6fbe8c;
}

/* CSS Variables */
:root {
--color-1: #fbcb3c;
--color-2: #ff6e61;
--color-3: #a59c9d;
--color-4: #d2b4e4;
--color-5: #6fbe8c;
}

🌈 Vibrant Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcb3c, #ff6e61, #a59c9d, #d2b4e4, #6fbe8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcb3c, #ff6e61, #a59c9d, #d2b4e4, #6fbe8c);
}

Vibrant Mirage color palette created on .