Pink Cosmogirl Color Palette

Discover the beautiful Pink Cosmogirl color palette featuring wewak (#f1a7b7), azalea (#f6c6d0), karry (#ffebd1), marzipan (#f7d78d) and vivid tangerine (#ff998a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pink, 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 Pink Cosmogirl palette

Share this palette to:

💻 Pink Cosmogirl color palette CSS

/* CSS */
.color-1 {
color: #f1a7b7;
}
.color-2 {
color: #f6c6d0;
}
.color-3 {
color: #ffebd1;
}
.color-4 {
color: #f7d78d;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #f1a7b7;
--color-2: #f6c6d0;
--color-3: #ffebd1;
--color-4: #f7d78d;
--color-5: #ff998a;
}

🌈 Pink Cosmogirl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b7, #f6c6d0, #ffebd1, #f7d78d, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b7, #f6c6d0, #ffebd1, #f7d78d, #ff998a);
}

Pink Cosmogirl color palette created on .