Medieval Indigo Color Palette
Discover the beautiful Medieval Indigo color palette featuring waikawa gray (#5b608f), fiord (#4b4e77), pickled bluewood (#393b65), rhino (#2a2b55) and port gore (#191943).
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 Medieval Indigo palette
💻 Medieval Indigo color palette CSS
/* CSS */
.color-1 {
color: #5b608f;
}
.color-2 {
color: #4b4e77;
}
.color-3 {
color: #393b65;
}
.color-4 {
color: #2a2b55;
}
.color-5 {
color: #191943;
}
/* CSS Variables */
:root {
--color-1: #5b608f;
--color-2: #4b4e77;
--color-3: #393b65;
--color-4: #2a2b55;
--color-5: #191943;
}
🌈 Medieval Indigo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b608f, #4b4e77, #393b65, #2a2b55, #191943);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b608f, #4b4e77, #393b65, #2a2b55, #191943);
}
🔗 Explore similar color palettes
Medieval Indigo color palette created on .