Celestial Ember Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Ember Harmony palette

Share this palette to:

Celestial Ember Harmony color palette CSS

/* CSS */
.color-1 {
color: #8bdab6;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f9a658;
}
.color-4 {
color: #ffcb70;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #8bdab6;
--color-2: #ff6e61;
--color-3: #f9a658;
--color-4: #ffcb70;
--color-5: #f05a28;
}

Celestial Ember Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bdab6, #ff6e61, #f9a658, #ffcb70, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bdab6, #ff6e61, #f9a658, #ffcb70, #f05a28);
}

Celestial Ember Harmony color palette created on .