Sizzling Ember Medley Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sizzling Ember Medley palette

Share this palette to:

Sizzling Ember Medley color palette CSS

/* CSS */
.color-1 {
color: #c35b3c;
}
.color-2 {
color: #d98d4a;
}
.color-3 {
color: #f1b25b;
}
.color-4 {
color: #f8dfa0;
}
.color-5 {
color: #e2c2b6;
}

/* CSS Variables */
:root {
--color-1: #c35b3c;
--color-2: #d98d4a;
--color-3: #f1b25b;
--color-4: #f8dfa0;
--color-5: #e2c2b6;
}

Sizzling Ember Medley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35b3c, #d98d4a, #f1b25b, #f8dfa0, #e2c2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35b3c, #d98d4a, #f1b25b, #f8dfa0, #e2c2b6);
}

Sizzling Ember Medley color palette created on .