Orange Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Ember palette

Share this palette to:

Orange Ember color palette CSS

/* CSS */
.color-1 {
color: #d95e20;
}
.color-2 {
color: #d9a036;
}
.color-3 {
color: #d4c87d;
}
.color-4 {
color: #a4d058;
}
.color-5 {
color: #4baf6c;
}

/* CSS Variables */
:root {
--color-1: #d95e20;
--color-2: #d9a036;
--color-3: #d4c87d;
--color-4: #a4d058;
--color-5: #4baf6c;
}

Orange Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95e20, #d9a036, #d4c87d, #a4d058, #4baf6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95e20, #d9a036, #d4c87d, #a4d058, #4baf6c);
}

Orange Ember color palette created on .