Cosmic Cotton Candy Color Palette

Discover the beautiful Cosmic Cotton Candy color palette featuring regent st blue (#a8d3e1), jagged ice (#b8e5d7), beauty bush (#f1c6d3), wheat (#f6d0b1) and illusion (#f6a7bb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pastel, 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 Cosmic Cotton Candy palette

Share this palette to:

💻 Cosmic Cotton Candy color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b8e5d7;
}
.color-3 {
color: #f1c6d3;
}
.color-4 {
color: #f6d0b1;
}
.color-5 {
color: #f6a7bb;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b8e5d7;
--color-3: #f1c6d3;
--color-4: #f6d0b1;
--color-5: #f6a7bb;
}

🌈 Cosmic Cotton Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b8e5d7, #f1c6d3, #f6d0b1, #f6a7bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b8e5d7, #f1c6d3, #f6d0b1, #f6a7bb);
}

Cosmic Cotton Candy color palette created on .