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: #f6df4c;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff3d57;
}
.color-5 {
color: #ae2d4d;
}

/* CSS Variables */
:root {
--color-1: #f6df4c;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #ff3d57;
--color-5: #ae2d4d;
}

Celestial Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df4c, #ffb84d, #ff6e61, #ff3d57, #ae2d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df4c, #ffb84d, #ff6e61, #ff3d57, #ae2d4d);
}

Celestial Ember color palette created on .