Hantu Color Palette

Discover the beautiful Hantu color palette featuring lola (#f0eaf0), blue haze (#d5c6dd), london hue (#b4a1c4), trendy pink (#9779a0) and voodoo (#604167).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Elegant, Lavender, Muted, Soft 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 Hantu palette

Share this palette to:

💻 Hantu color palette CSS

/* CSS */
.color-1 {
color: #f0eaf0;
}
.color-2 {
color: #d5c6dd;
}
.color-3 {
color: #b4a1c4;
}
.color-4 {
color: #9779a0;
}
.color-5 {
color: #604167;
}

/* CSS Variables */
:root {
--color-1: #f0eaf0;
--color-2: #d5c6dd;
--color-3: #b4a1c4;
--color-4: #9779a0;
--color-5: #604167;
}

🌈 Hantu background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0eaf0, #d5c6dd, #b4a1c4, #9779a0, #604167);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0eaf0, #d5c6dd, #b4a1c4, #9779a0, #604167);
}

Hantu color palette created on .