Tessa's Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tessa's Ember Glow palette

Share this palette to:

Tessa's Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #ec8918;
}
.color-3 {
color: #f15d22;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #9b2226;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #ec8918;
--color-3: #f15d22;
--color-4: #e63746;
--color-5: #9b2226;
}

Tessa's Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #ec8918, #f15d22, #e63746, #9b2226);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #ec8918, #f15d22, #e63746, #9b2226);
}

Tessa's Ember Glow color palette created on .