Knight Color Palette
Discover the beautiful Knight color palette featuring port gore (#1f1a3d), jacarta (#4b2c6d), affair (#794d9d), wisteria (#a86bb3) and light wisteria (#d49adb).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Purple, Royal, Elegant, Night Sky, Soft Winter 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 Knight palette
💻 Knight color palette CSS
/* CSS */
.color-1 {
color: #1f1a3d;
}
.color-2 {
color: #4b2c6d;
}
.color-3 {
color: #794d9d;
}
.color-4 {
color: #a86bb3;
}
.color-5 {
color: #d49adb;
}
/* CSS Variables */
:root {
--color-1: #1f1a3d;
--color-2: #4b2c6d;
--color-3: #794d9d;
--color-4: #a86bb3;
--color-5: #d49adb;
}
🌈 Knight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1a3d, #4b2c6d, #794d9d, #a86bb3, #d49adb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1a3d, #4b2c6d, #794d9d, #a86bb3, #d49adb);
}
🔗 Explore similar color palettes
Knight color palette created on .