Conan Color Palette
Discover the beautiful Conan color palette featuring port gore (#201943), port gore (#292352), jacarta (#373168), victoria (#4b3c7c) and affair (#704578).
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 Conan palette
💻 Conan color palette CSS
/* CSS */
.color-1 {
color: #201943;
}
.color-2 {
color: #292352;
}
.color-3 {
color: #373168;
}
.color-4 {
color: #4b3c7c;
}
.color-5 {
color: #704578;
}
/* CSS Variables */
:root {
--color-1: #201943;
--color-2: #292352;
--color-3: #373168;
--color-4: #4b3c7c;
--color-5: #704578;
} 🌈 Conan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201943, #292352, #373168, #4b3c7c, #704578);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201943, #292352, #373168, #4b3c7c, #704578);
} 🔗 Explore similar color palettes
Conan color palette created on .