Cracked Doll Color Palette
Discover the beautiful Cracked Doll color palette featuring twilight (#dec3d1), blossom (#d5acbd), amethyst smoke (#9e8bad), rum (#756e94) and comet (#535569).
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 Cracked Doll palette
💻 Cracked Doll color palette CSS
/* CSS */
.color-1 {
color: #dec3d1;
}
.color-2 {
color: #d5acbd;
}
.color-3 {
color: #9e8bad;
}
.color-4 {
color: #756e94;
}
.color-5 {
color: #535569;
}
/* CSS Variables */
:root {
--color-1: #dec3d1;
--color-2: #d5acbd;
--color-3: #9e8bad;
--color-4: #756e94;
--color-5: #535569;
} 🌈 Cracked Doll background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dec3d1, #d5acbd, #9e8bad, #756e94, #535569);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dec3d1, #d5acbd, #9e8bad, #756e94, #535569);
} 🔗 Explore similar color palettes
Cracked Doll color palette created on .