Ember's Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ember's Glow palette

Share this palette to:

Ember's Glow color palette CSS

/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f06c51;
}
.color-3 {
color: #f6a65a;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #f2e9ba;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f06c51;
--color-3: #f6a65a;
--color-4: #f9d86c;
--color-5: #f2e9ba;
}

Ember's Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f06c51, #f6a65a, #f9d86c, #f2e9ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f06c51, #f6a65a, #f9d86c, #f2e9ba);
}

Ember's Glow color palette created on .