Orange Ember Color Palette

Discover the beautiful Orange Ember color palette featuring hot cinnamon (#d95e20), hokey pokey (#d9a036), straw (#d4c87d), conifer (#a4d058) and chateau green (#4baf6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Amber, Orange, Green, Vibrant 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 Ember palette

Share this palette to:

💻 Orange Ember color palette CSS

/* CSS */
.color-1 {
color: #d95e20;
}
.color-2 {
color: #d9a036;
}
.color-3 {
color: #d4c87d;
}
.color-4 {
color: #a4d058;
}
.color-5 {
color: #4baf6c;
}

/* CSS Variables */
:root {
--color-1: #d95e20;
--color-2: #d9a036;
--color-3: #d4c87d;
--color-4: #a4d058;
--color-5: #4baf6c;
}

🌈 Orange Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95e20, #d9a036, #d4c87d, #a4d058, #4baf6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95e20, #d9a036, #d4c87d, #a4d058, #4baf6c);
}

Orange Ember color palette created on .