Cotton Candy Dreams Color Palette

Discover the beautiful Cotton Candy Dreams color palette featuring lavender rose (#ffb3ff), blizzard blue (#afeeee), energy yellow (#f9e25d), cotton candy (#ffb3d1) and navajo white (#ffd5a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Pastel, Pink, Yellow 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 Cotton Candy Dreams palette

Share this palette to:

💻 Cotton Candy Dreams color palette CSS

/* CSS */
.color-1 {
color: #ffb3ff;
}
.color-2 {
color: #afeeee;
}
.color-3 {
color: #f9e25d;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ffd5a8;
}

/* CSS Variables */
:root {
--color-1: #ffb3ff;
--color-2: #afeeee;
--color-3: #f9e25d;
--color-4: #ffb3d1;
--color-5: #ffd5a8;
}

🌈 Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ff, #afeeee, #f9e25d, #ffb3d1, #ffd5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ff, #afeeee, #f9e25d, #ffb3d1, #ffd5a8);
}

Cotton Candy Dreams color palette created on .