Purple Feather Light Color Palette
Discover the beautiful Purple Feather Light color palette featuring white lilac (#efe5f6), prelude (#d8c4e4), east side (#b8a3d1), purple mountain's majesty (#9d7ab8) and trendy pink (#7b5f95).
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 Purple Feather Light palette
💻 Purple Feather Light color palette CSS
/* CSS */
.color-1 {
color: #efe5f6;
}
.color-2 {
color: #d8c4e4;
}
.color-3 {
color: #b8a3d1;
}
.color-4 {
color: #9d7ab8;
}
.color-5 {
color: #7b5f95;
}
/* CSS Variables */
:root {
--color-1: #efe5f6;
--color-2: #d8c4e4;
--color-3: #b8a3d1;
--color-4: #9d7ab8;
--color-5: #7b5f95;
} 🌈 Purple Feather Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe5f6, #d8c4e4, #b8a3d1, #9d7ab8, #7b5f95);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe5f6, #d8c4e4, #b8a3d1, #9d7ab8, #7b5f95);
} 🔗 Explore similar color palettes
Purple Feather Light color palette created on .