Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ember palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ember Color Palette (PNG)
Ember color palette CSS
/* CSS */
.color-1 {
color: #d75e3c;
}
.color-2 {
color: #e7a86a;
}
.color-3 {
color: #e2a560;
}
.color-4 {
color: #e9caa5;
}
.color-5 {
color: #f9daa4;
}
/* CSS Variables */
:root {
--color-1: #d75e3c;
--color-2: #e7a86a;
--color-3: #e2a560;
--color-4: #e9caa5;
--color-5: #f9daa4;
}
Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d75e3c, #e7a86a, #e2a560, #e9caa5, #f9daa4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d75e3c, #e7a86a, #e2a560, #e9caa5, #f9daa4);
}
Similar color palettes
Ember color palette created on .