Heavenly Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heavenly Ember palette

Share this palette to:

Heavenly Ember color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f58b00;
}
.color-4 {
color: #f55e00;
}
.color-5 {
color: #d13b00;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f0a800;
--color-3: #f58b00;
--color-4: #f55e00;
--color-5: #d13b00;
}

Heavenly Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f0a800, #f58b00, #f55e00, #d13b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f0a800, #f58b00, #f55e00, #d13b00);
}

Heavenly Ember color palette created on .