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