Pink Canyon Color Palette

Discover the beautiful Pink Canyon color palette featuring illusion (#f8b4cc), mauvelous (#f28dad), french rose (#f0567a), valencia (#d63f2e) and stiletto (#9c2b38).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Canyon, Coral, Desert, Earthy, Fun, Pink, Red, 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 Pink Canyon palette

Share this palette to:

💻 Pink Canyon color palette CSS

/* CSS */
.color-1 {
color: #f8b4cc;
}
.color-2 {
color: #f28dad;
}
.color-3 {
color: #f0567a;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #9c2b38;
}

/* CSS Variables */
:root {
--color-1: #f8b4cc;
--color-2: #f28dad;
--color-3: #f0567a;
--color-4: #d63f2e;
--color-5: #9c2b38;
}

🌈 Pink Canyon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4cc, #f28dad, #f0567a, #d63f2e, #9c2b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4cc, #f28dad, #f0567a, #d63f2e, #9c2b38);
}

Pink Canyon color palette created on .