Ember Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ember Sunrise palette

Share this palette to:

Ember Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ffdb99;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffcc66;
--color-4: #ffdb99;
--color-5: #ffffff;
}

Ember Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffcc66, #ffdb99, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffcc66, #ffdb99, #ffffff);
}

Ember Sunrise color palette created on .