Ghost Doll Color Palette
Discover the beautiful Ghost Doll color palette featuring desert storm (#f3f2f1), lola (#d5c8d1), logan (#b1a6c9), trendy pink (#906f9f) and mulled wine (#4e4b6c).
Brightness
Saturation
Warmth
💡 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 Ghost Doll palette
💻 Ghost Doll color palette CSS
/* CSS */
.color-1 {
color: #f3f2f1;
}
.color-2 {
color: #d5c8d1;
}
.color-3 {
color: #b1a6c9;
}
.color-4 {
color: #906f9f;
}
.color-5 {
color: #4e4b6c;
}
/* CSS Variables */
:root {
--color-1: #f3f2f1;
--color-2: #d5c8d1;
--color-3: #b1a6c9;
--color-4: #906f9f;
--color-5: #4e4b6c;
} 🌈 Ghost Doll background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f2f1, #d5c8d1, #b1a6c9, #906f9f, #4e4b6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f2f1, #d5c8d1, #b1a6c9, #906f9f, #4e4b6c);
} 🔗 Explore similar color palettes
Ghost Doll color palette created on .