Ember Sunrise Color Palette

Discover the beautiful Ember Sunrise color palette featuring carrot orange (#f08a24), rajah (#f6a76f), red damask (#d7633c), mojo (#bf513b) and cashmere (#e5b69f).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Beach, Bright, Coral, Orange, Peach, Sunset, Warm 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 Ember Sunrise palette

Share this palette to:

๐Ÿ’ป Ember Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f08a24;
}
.color-2 {
color: #f6a76f;
}
.color-3 {
color: #d7633c;
}
.color-4 {
color: #bf513b;
}
.color-5 {
color: #e5b69f;
}

/* CSS Variables */
:root {
--color-1: #f08a24;
--color-2: #f6a76f;
--color-3: #d7633c;
--color-4: #bf513b;
--color-5: #e5b69f;
}

๐ŸŒˆ Ember Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08a24, #f6a76f, #d7633c, #bf513b, #e5b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08a24, #f6a76f, #d7633c, #bf513b, #e5b69f);
}

Ember Sunrise color palette created on .