Vulture Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vulture palette
Download Vulture Color Palette (PNG)
Vulture color palette CSS
/* CSS */
.color-1 {
color: #4b3b3a;
}
.color-2 {
color: #8c5a5a;
}
.color-3 {
color: #c3b1b1;
}
.color-4 {
color: #d7b45b;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #4b3b3a;
--color-2: #8c5a5a;
--color-3: #c3b1b1;
--color-4: #d7b45b;
--color-5: #f1c84b;
}
Vulture background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3b3a, #8c5a5a, #c3b1b1, #d7b45b, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3b3a, #8c5a5a, #c3b1b1, #d7b45b, #f1c84b);
}
Similar color palettes
Vulture color palette created on .