Trustworthy Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Trustworthy Ember palette

Share this palette to:

Trustworthy Ember color palette CSS

/* CSS */
.color-1 {
color: #f9e58b;
}
.color-2 {
color: #f39b53;
}
.color-3 {
color: #e06838;
}
.color-4 {
color: #b83c2e;
}
.color-5 {
color: #7a1f2a;
}

/* CSS Variables */
:root {
--color-1: #f9e58b;
--color-2: #f39b53;
--color-3: #e06838;
--color-4: #b83c2e;
--color-5: #7a1f2a;
}

Trustworthy Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e58b, #f39b53, #e06838, #b83c2e, #7a1f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e58b, #f39b53, #e06838, #b83c2e, #7a1f2a);
}

Trustworthy Ember color palette created on .