Sunny Ember Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Ember Harmony palette

Share this palette to:

Sunny Ember Harmony color palette CSS

/* CSS */
.color-1 {
color: #f9e47b;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #ea7a3e;
}
.color-4 {
color: #d95d3a;
}
.color-5 {
color: #ca442f;
}

/* CSS Variables */
:root {
--color-1: #f9e47b;
--color-2: #f1b74b;
--color-3: #ea7a3e;
--color-4: #d95d3a;
--color-5: #ca442f;
}

Sunny Ember Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e47b, #f1b74b, #ea7a3e, #d95d3a, #ca442f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e47b, #f1b74b, #ea7a3e, #d95d3a, #ca442f);
}

Sunny Ember Harmony color palette created on .