Ember Frost Elegy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ember Frost Elegy palette

Share this palette to:

Ember Frost Elegy color palette CSS

/* CSS */
.color-1 {
color: #c94f31;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f3e2af;
}
.color-4 {
color: #3bbf7b;
}
.color-5 {
color: #1e5a8f;
}

/* CSS Variables */
:root {
--color-1: #c94f31;
--color-2: #f5a524;
--color-3: #f3e2af;
--color-4: #3bbf7b;
--color-5: #1e5a8f;
}

Ember Frost Elegy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94f31, #f5a524, #f3e2af, #3bbf7b, #1e5a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94f31, #f5a524, #f3e2af, #3bbf7b, #1e5a8f);
}

Ember Frost Elegy color palette created on .