Ghost Doll Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ghost Doll palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ghost Doll Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.ghost color palettes
Ghost Doll color palette created on .