Vibrant Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Ember palette

Share this palette to:

Vibrant Ember color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f48a3e;
}
.color-3 {
color: #f26969;
}
.color-4 {
color: #e13e33;
}
.color-5 {
color: #d94130;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f48a3e;
--color-3: #f26969;
--color-4: #e13e33;
--color-5: #d94130;
}

Vibrant Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f48a3e, #f26969, #e13e33, #d94130);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f48a3e, #f26969, #e13e33, #d94130);
}

Vibrant Ember color palette created on .