Celestial Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Ember palette

Share this palette to:

Celestial Ember color palette CSS

/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e66f00;
}
.color-4 {
color: #ff4d00;
}
.color-5 {
color: #c72b00;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f5a300;
--color-3: #e66f00;
--color-4: #ff4d00;
--color-5: #c72b00;
}

Celestial Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f5a300, #e66f00, #ff4d00, #c72b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f5a300, #e66f00, #ff4d00, #c72b00);
}

Celestial Ember color palette created on .