Tropical Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Ember Glow palette

Share this palette to:

Tropical Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #fe5725;
}
.color-2 {
color: #fe881b;
}
.color-3 {
color: #febd25;
}
.color-4 {
color: #aba61c;
}
.color-5 {
color: #642117;
}

/* CSS Variables */
:root {
--color-1: #fe5725;
--color-2: #fe881b;
--color-3: #febd25;
--color-4: #aba61c;
--color-5: #642117;
}

Tropical Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe5725, #fe881b, #febd25, #aba61c, #642117);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe5725, #fe881b, #febd25, #aba61c, #642117);
}

Tropical Ember Glow color palette created on .