Cosmic Pink Color Palette

Discover the beautiful Cosmic Pink color palette featuring wine berry (#4c1f3c), cosmic (#6c3d5a), coral tree (#a86b7f), chantilly (#f8b9d2) and dolly (#ffef8a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cosmic Pink color palette CSS

/* CSS */
.color-1 {
color: #4c1f3c;
}
.color-2 {
color: #6c3d5a;
}
.color-3 {
color: #a86b7f;
}
.color-4 {
color: #f8b9d2;
}
.color-5 {
color: #ffef8a;
}

/* CSS Variables */
:root {
--color-1: #4c1f3c;
--color-2: #6c3d5a;
--color-3: #a86b7f;
--color-4: #f8b9d2;
--color-5: #ffef8a;
}

🌈 Cosmic Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c1f3c, #6c3d5a, #a86b7f, #f8b9d2, #ffef8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c1f3c, #6c3d5a, #a86b7f, #f8b9d2, #ffef8a);
}

Cosmic Pink color palette created on .