Golden Ember Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Dreams palette

Share this palette to:

Golden Ember Dreams color palette CSS

/* CSS */
.color-1 {
color: #fbbd23;
}
.color-2 {
color: #f59f0a;
}
.color-3 {
color: #db7706;
}
.color-4 {
color: #a44f0e;
}
.color-5 {
color: #7c3bed;
}

/* CSS Variables */
:root {
--color-1: #fbbd23;
--color-2: #f59f0a;
--color-3: #db7706;
--color-4: #a44f0e;
--color-5: #7c3bed;
}

Golden Ember Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbd23, #f59f0a, #db7706, #a44f0e, #7c3bed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbd23, #f59f0a, #db7706, #a44f0e, #7c3bed);
}

Golden Ember Dreams color palette created on .