Kurloz Color Palette
Discover the beautiful Kurloz color palette featuring dark tan (#700f23), old brick (#9c1c2f), valencia (#d6383d), casablanca (#f6b74c) and double colonial white (#f0e1b2).
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 Kurloz palette
💻 Kurloz color palette CSS
/* CSS */
.color-1 {
color: #700f23;
}
.color-2 {
color: #9c1c2f;
}
.color-3 {
color: #d6383d;
}
.color-4 {
color: #f6b74c;
}
.color-5 {
color: #f0e1b2;
}
/* CSS Variables */
:root {
--color-1: #700f23;
--color-2: #9c1c2f;
--color-3: #d6383d;
--color-4: #f6b74c;
--color-5: #f0e1b2;
} 🌈 Kurloz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700f23, #9c1c2f, #d6383d, #f6b74c, #f0e1b2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700f23, #9c1c2f, #d6383d, #f6b74c, #f0e1b2);
} 🔗 Explore similar color palettes
Kurloz color palette created on .