Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ember Glow palette

Share this palette to:

Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #ff6a14;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffdb80;
}
.color-5 {
color: #ffef9e;
}

/* CSS Variables */
:root {
--color-1: #ff6a14;
--color-2: #ff8b42;
--color-3: #ffb84d;
--color-4: #ffdb80;
--color-5: #ffef9e;
}

Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6a14, #ff8b42, #ffb84d, #ffdb80, #ffef9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6a14, #ff8b42, #ffb84d, #ffdb80, #ffef9e);
}

Ember Glow color palette created on .