Retro Orange Gloom Color Palette

Discover the beautiful Retro Orange Gloom color palette featuring orange (#ff6d1f), hot cinnamon (#d65c1f), orange roughy (#c15415), fiery orange (#a94a14) and copper canyon (#823d12).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Warm, Retro, Vintage, Earthy, Autumn, 70s, Fall, Bright 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 Retro Orange Gloom palette

Share this palette to:

💻 Retro Orange Gloom color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #d65c1f;
}
.color-3 {
color: #c15415;
}
.color-4 {
color: #a94a14;
}
.color-5 {
color: #823d12;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #d65c1f;
--color-3: #c15415;
--color-4: #a94a14;
--color-5: #823d12;
}

🌈 Retro Orange Gloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #d65c1f, #c15415, #a94a14, #823d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #d65c1f, #c15415, #a94a14, #823d12);
}

Retro Orange Gloom color palette created on .