Vultur Volans Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vultur Volans palette

Share this palette to:

Vultur Volans color palette PNG image

Download vultur volans color palette PNG image (landscape)
Download vultur volans color palette PNG image (square)

Vultur Volans color palette CSS

/* CSS */
.color-1 {
color: #9d0707;
}
.color-2 {
color: #bf100d;
}
.color-3 {
color: #c27b00;
}
.color-4 {
color: #d2b50f;
}
.color-5 {
color: #62b602;
}

/* CSS Variables */
:root {
--color-1: #9d0707;
--color-2: #bf100d;
--color-3: #c27b00;
--color-4: #d2b50f;
--color-5: #62b602;
}

Vultur Volans background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d0707, #bf100d, #c27b00, #d2b50f, #62b602);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d0707, #bf100d, #c27b00, #d2b50f, #62b602);
}

Vultur Volans color palette created on .