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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Ember Sunrise color palette created on .