Kurloz Color Palette
Brightness
Saturation
Warmth
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: #f0e0b2;
}
/* CSS Variables */
:root {
--color-1: #700f23;
--color-2: #9c1c2f;
--color-3: #d6383d;
--color-4: #f6b74c;
--color-5: #f0e0b2;
}
Kurloz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700f23, #9c1c2f, #d6383d, #f6b74c, #f0e0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700f23, #9c1c2f, #d6383d, #f6b74c, #f0e0b2);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Kurloz color palette created on .