Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ember palette

Share this palette to:

Download Ember Color Palette (PNG)

Download ember color palette PNG image (landscape)
Download ember color palette PNG image (square)

Ember color palette CSS

/* CSS */
.color-1 {
color: #c84a2d;
}
.color-2 {
color: #e76b32;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #f9e7d7;
}

/* CSS Variables */
:root {
--color-1: #c84a2d;
--color-2: #e76b32;
--color-3: #f5a300;
--color-4: #f4d35d;
--color-5: #f9e7d7;
}

Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84a2d, #e76b32, #f5a300, #f4d35d, #f9e7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84a2d, #e76b32, #f5a300, #f4d35d, #f9e7d7);
}

Ember color palette created on .