Warm Elegance Color Palette
Discover the beautiful Warm Elegance color palette featuring white linen (#f5ede0), seashell peach (#fff7f0), ash (#c1c4b1), heathered gray (#b7a58f) and oyster pink (#ead3cc).
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 Warm Elegance palette
💻 Warm Elegance color palette CSS
/* CSS */
.color-1 {
color: #f5ede0;
}
.color-2 {
color: #fff7f0;
}
.color-3 {
color: #c1c4b1;
}
.color-4 {
color: #b7a58f;
}
.color-5 {
color: #ead3cc;
}
/* CSS Variables */
:root {
--color-1: #f5ede0;
--color-2: #fff7f0;
--color-3: #c1c4b1;
--color-4: #b7a58f;
--color-5: #ead3cc;
}
🌈 Warm Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}
🔗 Explore similar color palettes
Warm Elegance color palette created on .