Pink Dream Color Palette
Discover the beautiful Pink Dream color palette featuring chablis (#fff0f0), bizarre (#f0dbdf), lilac (#c19ab9), anakiwa (#b3d1ff) and cosmos (#ffd1d1).
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 Pink Dream palette
💻 Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #fff0f0;
}
.color-2 {
color: #f0dbdf;
}
.color-3 {
color: #c19ab9;
}
.color-4 {
color: #b3d1ff;
}
.color-5 {
color: #ffd1d1;
}
/* CSS Variables */
:root {
--color-1: #fff0f0;
--color-2: #f0dbdf;
--color-3: #c19ab9;
--color-4: #b3d1ff;
--color-5: #ffd1d1;
} 🌈 Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff0f0, #f0dbdf, #c19ab9, #b3d1ff, #ffd1d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff0f0, #f0dbdf, #c19ab9, #b3d1ff, #ffd1d1);
} 🔗 Explore similar color palettes
Pink Dream color palette created on .