Golden Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Ember palette
Golden Ember color palette CSS
/* CSS */
.color-1 {
color: #e8a83b;
}
.color-2 {
color: #dc8e18;
}
.color-3 {
color: #d87818;
}
.color-4 {
color: #ca5b16;
}
.color-5 {
color: #be4c13;
}
/* CSS Variables */
:root {
--color-1: #e8a83b;
--color-2: #dc8e18;
--color-3: #d87818;
--color-4: #ca5b16;
--color-5: #be4c13;
}
Golden Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a83b, #dc8e18, #d87818, #ca5b16, #be4c13);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a83b, #dc8e18, #d87818, #ca5b16, #be4c13);
}
Similar color palettes
Golden Ember color palette created on .