Kabul Inspired Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kabul Inspired palette
Kabul Inspired color palette PNG image
Kabul Inspired color palette CSS
/* CSS */
.color-1 {
color: #60493e;
}
.color-2 {
color: #7d6c5e;
}
.color-3 {
color: #a59a8d;
}
.color-4 {
color: #d1c0b3;
}
.color-5 {
color: #e5d7c2;
}
/* CSS Variables */
:root {
--color-1: #60493e;
--color-2: #7d6c5e;
--color-3: #a59a8d;
--color-4: #d1c0b3;
--color-5: #e5d7c2;
}
Kabul Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60493e, #7d6c5e, #a59a8d, #d1c0b3, #e5d7c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60493e, #7d6c5e, #a59a8d, #d1c0b3, #e5d7c2);
}
Similar color palettes
Kabul Inspired color palette created on .