Chill Ember Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chill Ember Harmony palette

Share this palette to:

Chill Ember Harmony color palette CSS

/* CSS */
.color-1 {
color: #a0c4e4;
}
.color-2 {
color: #b7e1f0;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #a0c4e4;
--color-2: #b7e1f0;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #f9c54e;
}

Chill Ember Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0c4e4, #b7e1f0, #f4a462, #e76e50, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0c4e4, #b7e1f0, #f4a462, #e76e50, #f9c54e);
}

Chill Ember Harmony color palette created on .