Bright Orange and Lilac Color Palette

Discover the beautiful Bright Orange and Lilac color palette featuring web orange (#ffa600), light orchid (#eba3e6), manhattan (#f5c99e), burning orange (#ff6d2e) and light wisteria (#d39ee0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Lilac, Orange, 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 Bright Orange and Lilac palette

Share this palette to:

💻 Bright Orange and Lilac color palette CSS

/* CSS */
.color-1 {
color: #ffa600;
}
.color-2 {
color: #eba3e6;
}
.color-3 {
color: #f5c99e;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #d39ee0;
}

/* CSS Variables */
:root {
--color-1: #ffa600;
--color-2: #eba3e6;
--color-3: #f5c99e;
--color-4: #ff6d2e;
--color-5: #d39ee0;
}

🌈 Bright Orange and Lilac background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa600, #eba3e6, #f5c99e, #ff6d2e, #d39ee0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa600, #eba3e6, #f5c99e, #ff6d2e, #d39ee0);
}

Bright Orange and Lilac color palette created on .