Royal Ember Color Palette

Discover the beautiful Royal Ember color palette featuring casablanca (#f7c94b), sea buckthorn (#f7a240), crusta (#f77d40), red damask (#d85f41) and brick red (#b62f4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Amber, Orange, Red, Fun 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 Royal Ember palette

Share this palette to:

💻 Royal Ember color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f7a240;
}
.color-3 {
color: #f77d40;
}
.color-4 {
color: #d85f41;
}
.color-5 {
color: #b62f4c;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f7a240;
--color-3: #f77d40;
--color-4: #d85f41;
--color-5: #b62f4c;
}

🌈 Royal Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f7a240, #f77d40, #d85f41, #b62f4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f7a240, #f77d40, #d85f41, #b62f4c);
}

Royal Ember color palette created on .