Innocent Dream Color Palette

Discover the beautiful Innocent Dream color palette featuring wewak (#f6a7b0), cotton candy (#ffb8d1), buttermilk (#ffedb3), fringy flower (#b0e3d4) and cornflower (#a0c1e9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Aesthetic, Bright, Soft, Pink, Blue, Green, Light, Summer 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 Innocent Dream palette

Share this palette to:

💻 Innocent Dream color palette CSS

/* CSS */
.color-1 {
color: #f6a7b0;
}
.color-2 {
color: #ffb8d1;
}
.color-3 {
color: #ffedb3;
}
.color-4 {
color: #b0e3d4;
}
.color-5 {
color: #a0c1e9;
}

/* CSS Variables */
:root {
--color-1: #f6a7b0;
--color-2: #ffb8d1;
--color-3: #ffedb3;
--color-4: #b0e3d4;
--color-5: #a0c1e9;
}

🌈 Innocent Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}

Innocent Dream color palette created on .