Empty Vacant Hollow Color Palette

Discover the beautiful Empty Vacant Hollow color palette featuring wheat (#f5e1b8), clam shell (#d0b1af), strikemaster (#9d6c94), affair (#6b4b8b) and mulled wine (#4b3d6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Soft, Muted, Autumn, Light color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Empty Vacant Hollow palette

Share this palette to:

💻 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 .