Amber Ember Color Palette
Discover the beautiful Amber Ember color palette featuring my sin (#ffa91f), pumpkin (#ff801f), outrageous orange (#ff5b2e), carnation (#ef4d4d) and persian red (#c83a2d).
Brightness
Saturation
Warmth
๐ก 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 Amber Ember palette
๐ป Amber Ember color palette CSS
/* CSS */
.color-1 {
color: #ffa91f;
}
.color-2 {
color: #ff801f;
}
.color-3 {
color: #ff5b2e;
}
.color-4 {
color: #ef4d4d;
}
.color-5 {
color: #c83a2d;
}
/* CSS Variables */
:root {
--color-1: #ffa91f;
--color-2: #ff801f;
--color-3: #ff5b2e;
--color-4: #ef4d4d;
--color-5: #c83a2d;
} ๐ Amber Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa91f, #ff801f, #ff5b2e, #ef4d4d, #c83a2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa91f, #ff801f, #ff5b2e, #ef4d4d, #c83a2d);
} ๐ Explore similar color palettes
Amber Ember color palette created on .