Harmony in Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harmony in Ember palette

Share this palette to:

Harmony in Ember color palette CSS

/* CSS */
.color-1 {
color: #f7c169;
}
.color-2 {
color: #f6b141;
}
.color-3 {
color: #ed9950;
}
.color-4 {
color: #dc732e;
}
.color-5 {
color: #cb5a4d;
}

/* CSS Variables */
:root {
--color-1: #f7c169;
--color-2: #f6b141;
--color-3: #ed9950;
--color-4: #dc732e;
--color-5: #cb5a4d;
}

Harmony in Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c169, #f6b141, #ed9950, #dc732e, #cb5a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c169, #f6b141, #ed9950, #dc732e, #cb5a4d);
}

Harmony in Ember color palette created on .