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: #ff6e61;
}
.color-2 {
color: #ff9a47;
}
.color-3 {
color: #ffb938;
}
.color-4 {
color: #ffce47;
}
.color-5 {
color: #ffda75;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a47;
--color-3: #ffb938;
--color-4: #ffce47;
--color-5: #ffda75;
}

Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a47, #ffb938, #ffce47, #ffda75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a47, #ffb938, #ffce47, #ffda75);
}

Ember Glow color palette created on .