Cotton Candy Dreams Color Palette

Discover the beautiful Cotton Candy Dreams color palette featuring french pass (#b3fff9), sundown (#ffb5b3), pippin (#ffe8e0), peach schnapps (#ffdfd6) and your pink (#ffbdbd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Fun, Peach, Pink, Soft, Summer, 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 Cotton Candy Dreams palette

Share this palette to:

💻 Cotton Candy Dreams color palette CSS

/* CSS */
.color-1 {
color: #b3fff9;
}
.color-2 {
color: #ffb5b3;
}
.color-3 {
color: #ffe8e0;
}
.color-4 {
color: #ffdfd6;
}
.color-5 {
color: #ffbdbd;
}

/* CSS Variables */
:root {
--color-1: #b3fff9;
--color-2: #ffb5b3;
--color-3: #ffe8e0;
--color-4: #ffdfd6;
--color-5: #ffbdbd;
}

🌈 Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3fff9, #ffb5b3, #ffe8e0, #ffdfd6, #ffbdbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3fff9, #ffb5b3, #ffe8e0, #ffdfd6, #ffbdbd);
}

Cotton Candy Dreams color palette created on .