Pink Toxic Flower Color Palette

Discover the beautiful Pink Toxic Flower color palette featuring san juan (#343e74), indigo (#5867bd), chetwode blue (#7f87d3), prelude (#cec7eb) and botticelli (#d4dae9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Elegant, Gray, Lavender, Modern, Muted, Neutral, Soft 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 Toxic Flower palette

Share this palette to:

💻 Pink Toxic Flower color palette CSS

/* CSS */
.color-1 {
color: #343e74;
}
.color-2 {
color: #5867bd;
}
.color-3 {
color: #7f87d3;
}
.color-4 {
color: #cec7eb;
}
.color-5 {
color: #d4dae9;
}

/* CSS Variables */
:root {
--color-1: #343e74;
--color-2: #5867bd;
--color-3: #7f87d3;
--color-4: #cec7eb;
--color-5: #d4dae9;
}

🌈 Pink Toxic Flower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #343e74, #5867bd, #7f87d3, #cec7eb, #d4dae9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #343e74, #5867bd, #7f87d3, #cec7eb, #d4dae9);
}

Pink Toxic Flower color palette created on .