Discover the beautiful Knight's Embrace color palette featuring mulled wine (#4b496e), waterloo (#7e7b93), ghost (#c7c8d1), porsche (#e8a668) and valencia (#d94c3f).
Knight's Embrace Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Knight's Embrace palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Knight's Embrace palette
💻 Knight's Embrace color palette CSS
/* CSS */
.color-1 {
color: #4b496e;
}
.color-2 {
color: #7e7b93;
}
.color-3 {
color: #c7c8d1;
}
.color-4 {
color: #e8a668;
}
.color-5 {
color: #d94c3f;
}
/* CSS Variables */
:root {
--color-1: #4b496e;
--color-2: #7e7b93;
--color-3: #c7c8d1;
--color-4: #e8a668;
--color-5: #d94c3f;
}
🌈 Knight's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b496e, #7e7b93, #c7c8d1, #e8a668, #d94c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b496e, #7e7b93, #c7c8d1, #e8a668, #d94c3f);
}
🔗 Explore similar color palettes
Knight's Embrace color palette created on .