Discover the beautiful Edge of Elegance color palette featuring outrageous orange (#ff5833), west side (#ff8c1a), golden tainoi (#ffce5c), monte carlo (#78c9b5) and chambray (#3e5998).

Edge of Elegance 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 Edge of Elegance palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Edge of Elegance palette

Share this palette to:

💻 Edge of Elegance color palette CSS

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ff8c1a;
}
.color-3 {
color: #ffce5c;
}
.color-4 {
color: #78c9b5;
}
.color-5 {
color: #3e5998;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ff8c1a;
--color-3: #ffce5c;
--color-4: #78c9b5;
--color-5: #3e5998;
}

🌈 Edge of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ff8c1a, #ffce5c, #78c9b5, #3e5998);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ff8c1a, #ffce5c, #78c9b5, #3e5998);
}

Edge of Elegance color palette created on .