Enchanted Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Ember palette
Download Enchanted Ember Color Palette (PNG)
Enchanted Ember color palette CSS
/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #5e4a4a;
}
.color-3 {
color: #7b5b5b;
}
.color-4 {
color: #9e7070;
}
.color-5 {
color: #b99d8d;
}
/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #5e4a4a;
--color-3: #7b5b5b;
--color-4: #9e7070;
--color-5: #b99d8d;
}
Enchanted Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #5e4a4a, #7b5b5b, #9e7070, #b99d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #5e4a4a, #7b5b5b, #9e7070, #b99d8d);
}
Similar color palettes
Enchanted Ember color palette created on .