Discover the beautiful Orange Glow color palette featuring sea buckthorn (#f9a824), buttercup (#f39c12), clementine (#eb6a00), bamboo (#db5f00) and burnt orange (#c74c00).

Orange Glow 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 Orange Glow palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Orange Glow palette

Share this palette to:

💻 Orange Glow color palette CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #eb6a00;
}
.color-4 {
color: #db5f00;
}
.color-5 {
color: #c74c00;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f39c12;
--color-3: #eb6a00;
--color-4: #db5f00;
--color-5: #c74c00;
}

🌈 Orange Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f39c12, #eb6a00, #db5f00, #c74c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f39c12, #eb6a00, #db5f00, #c74c00);
}

Orange Glow color palette created on .