Pink Dream Color Palette

Discover the beautiful Pink Dream color palette featuring lavender rose (#ff8adc), carnation pink (#ff9edb), lavender rose (#ff9ef0), cotton candy (#ffb3f0) and carnation pink (#ff8ac6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Spring, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 Pink Dream color palette CSS

/* CSS */
.color-1 {
color: #ff8adc;
}
.color-2 {
color: #ff9edb;
}
.color-3 {
color: #ff9ef0;
}
.color-4 {
color: #ffb3f0;
}
.color-5 {
color: #ff8ac6;
}

/* CSS Variables */
:root {
--color-1: #ff8adc;
--color-2: #ff9edb;
--color-3: #ff9ef0;
--color-4: #ffb3f0;
--color-5: #ff8ac6;
}

🌈 Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8adc, #ff9edb, #ff9ef0, #ffb3f0, #ff8ac6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8adc, #ff9edb, #ff9ef0, #ffb3f0, #ff8ac6);
}

Pink Dream color palette created on .