Warm Lavender Color Palette
Discover the beautiful Warm Lavender color palette featuring linen (#faf4e5), victoria (#5d3d7b), english walnut (#422b24), apricot (#e79a6a) and russett (#745d53).
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 Lavender palette
💻 Warm Lavender color palette CSS
/* CSS */
.color-1 {
color: #faf4e5;
}
.color-2 {
color: #5d3d7b;
}
.color-3 {
color: #422b24;
}
.color-4 {
color: #e79a6a;
}
.color-5 {
color: #745d53;
}
/* CSS Variables */
:root {
--color-1: #faf4e5;
--color-2: #5d3d7b;
--color-3: #422b24;
--color-4: #e79a6a;
--color-5: #745d53;
}
🌈 Warm Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf4e5, #5d3d7b, #422b24, #e79a6a, #745d53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf4e5, #5d3d7b, #422b24, #e79a6a, #745d53);
}
🔗 Explore similar color palettes
Warm Lavender color palette created on .