Warm Lavender Color Palette
Discover the beautiful Warm Lavender color palette featuring di serria (#d8a24b), equator (#e3b75f), pavlova (#d9c5a1), light wisteria (#d5a1e3) and saffron (#f4c62f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Bright, Cream, Light, Warm Lavender color palettes and combinations.
๐ก 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: #d8a24b;
}
.color-2 {
color: #e3b75f;
}
.color-3 {
color: #d9c5a1;
}
.color-4 {
color: #d5a1e3;
}
.color-5 {
color: #f4c62f;
}
/* CSS Variables */
:root {
--color-1: #d8a24b;
--color-2: #e3b75f;
--color-3: #d9c5a1;
--color-4: #d5a1e3;
--color-5: #f4c62f;
}
๐ Warm Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a24b, #e3b75f, #d9c5a1, #d5a1e3, #f4c62f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a24b, #e3b75f, #d9c5a1, #d5a1e3, #f4c62f);
}
๐ Explore similar color palettes
Warm Lavender color palette created on .