Empty Vacant Hollow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Empty Vacant Hollow palette

Share this palette to:

Empty Vacant Hollow color palette PNG image

Download empty vacant hollow color palette PNG image (landscape)
Download empty vacant hollow color palette PNG image (square)

Empty Vacant Hollow color palette CSS

/* CSS */
.color-1 {
color: #f5e1b8;
}
.color-2 {
color: #d0b1af;
}
.color-3 {
color: #9d6c94;
}
.color-4 {
color: #6b4b8b;
}
.color-5 {
color: #4b3d6c;
}

/* CSS Variables */
:root {
--color-1: #f5e1b8;
--color-2: #d0b1af;
--color-3: #9d6c94;
--color-4: #6b4b8b;
--color-5: #4b3d6c;
}

Empty Vacant Hollow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b8, #d0b1af, #9d6c94, #6b4b8b, #4b3d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b8, #d0b1af, #9d6c94, #6b4b8b, #4b3d6c);
}

Empty Vacant Hollow color palette created on .