Orange Eliana Color Palette

Discover the beautiful Orange Eliana color palette featuring mandys pink (#f7c6b6), web orange (#f5a300), blaze orange (#ff6a00), grenadier (#db4d00) and oregon (#9e3a00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Apricot, Warm, Bright, Summer 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 Orange Eliana palette

Share this palette to:

💻 Orange Eliana color palette CSS

/* CSS */
.color-1 {
color: #f7c6b6;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #ff6a00;
}
.color-4 {
color: #db4d00;
}
.color-5 {
color: #9e3a00;
}

/* CSS Variables */
:root {
--color-1: #f7c6b6;
--color-2: #f5a300;
--color-3: #ff6a00;
--color-4: #db4d00;
--color-5: #9e3a00;
}

🌈 Orange Eliana background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b6, #f5a300, #ff6a00, #db4d00, #9e3a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b6, #f5a300, #ff6a00, #db4d00, #9e3a00);
}

Orange Eliana color palette created on .