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: #c63d24;
}
.color-2 {
color: #e86a4a;
}
.color-3 {
color: #f2a67d;
}
.color-4 {
color: #f4caa9;
}
.color-5 {
color: #f9e1d2;
}

/* CSS Variables */
:root {
--color-1: #c63d24;
--color-2: #e86a4a;
--color-3: #f2a67d;
--color-4: #f4caa9;
--color-5: #f9e1d2;
}

Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c63d24, #e86a4a, #f2a67d, #f4caa9, #f9e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c63d24, #e86a4a, #f2a67d, #f4caa9, #f9e1d2);
}

Ember Glow color palette created on .