Velatu Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Velatu palette

Share this palette to:

Velatu color palette PNG image

Download velatu color palette PNG image (landscape)
Download velatu color palette PNG image (square)

Velatu color palette CSS

/* CSS */
.color-1 {
color: #807d9b;
}
.color-2 {
color: #c2c1d2;
}
.color-3 {
color: #f2e5b5;
}
.color-4 {
color: #f6a360;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #807d9b;
--color-2: #c2c1d2;
--color-3: #f2e5b5;
--color-4: #f6a360;
--color-5: #e77e23;
}

Velatu background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #807d9b, #c2c1d2, #f2e5b5, #f6a360, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #807d9b, #c2c1d2, #f2e5b5, #f6a360, #e77e23);
}

Velatu color palette created on .