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: #db5000;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f9d02f;
}
.color-4 {
color: #b2e0f0;
}
.color-5 {
color: #4f7bab;
}

/* CSS Variables */
:root {
--color-1: #db5000;
--color-2: #f5a300;
--color-3: #f9d02f;
--color-4: #b2e0f0;
--color-5: #4f7bab;
}

Celestial Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db5000, #f5a300, #f9d02f, #b2e0f0, #4f7bab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db5000, #f5a300, #f9d02f, #b2e0f0, #4f7bab);
}

Celestial Ember color palette created on .