Amber Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amber Ember Glow palette

Share this palette to:

Amber Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #fcb84a;
}
.color-2 {
color: #f49106;
}
.color-3 {
color: #d38d31;
}
.color-4 {
color: #cf5b02;
}
.color-5 {
color: #b14b02;
}

/* CSS Variables */
:root {
--color-1: #fcb84a;
--color-2: #f49106;
--color-3: #d38d31;
--color-4: #cf5b02;
--color-5: #b14b02;
}

Amber Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcb84a, #f49106, #d38d31, #cf5b02, #b14b02);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcb84a, #f49106, #d38d31, #cf5b02, #b14b02);
}

Amber Ember Glow color palette created on .