Trustworthy Ember Color Palette
Discover the beautiful Trustworthy Ember color palette featuring sweet corn (#f9e58b), sandy brown (#f39b53), flame pea (#e06838), well read (#b83c2e) and crown of thorns (#7a1f2a).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Trustworthy Ember palette
💻 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);
} 🔗 Explore similar color palettes
Trustworthy Ember color palette created on .