Pink Dream Color Palette
Discover the beautiful Pink Dream color palette featuring chantilly (#f9c8d7), illusion (#f6a2c1), froly (#f56b92), amaranth (#f02868) and monza (#d60032).
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: #f9c8d7;
}
.color-2 {
color: #f6a2c1;
}
.color-3 {
color: #f56b92;
}
.color-4 {
color: #f02868;
}
.color-5 {
color: #d60032;
}
/* CSS Variables */
:root {
--color-1: #f9c8d7;
--color-2: #f6a2c1;
--color-3: #f56b92;
--color-4: #f02868;
--color-5: #d60032;
}
🌈 Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d7, #f6a2c1, #f56b92, #f02868, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d7, #f6a2c1, #f56b92, #f02868, #d60032);
}
🔗 Explore similar color palettes
Pink Dream color palette created on .