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: #1f3a61;
}
.color-2 {
color: #2a5d8d;
}
.color-3 {
color: #4a85b0;
}
.color-4 {
color: #f1a7b6;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2a5d8d;
--color-3: #4a85b0;
--color-4: #f1a7b6;
--color-5: #ffcc00;
}

Celestial Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2a5d8d, #4a85b0, #f1a7b6, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2a5d8d, #4a85b0, #f1a7b6, #ffcc00);
}

Celestial Ember color palette created on .