Dark Pink Garden Color Palette

Discover the beautiful Dark Pink Garden color palette featuring royal heath (#b63e7a), mandy (#e65c7e), froly (#f58a8a), rajah (#f5b67a) and marzipan (#f9d89f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Flower, Garden, Light, Pink, Soft, Spring, Summer, Warm 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 Dark Pink Garden palette

Share this palette to:

💻 Dark Pink Garden color palette CSS

/* CSS */
.color-1 {
color: #b63e7a;
}
.color-2 {
color: #e65c7e;
}
.color-3 {
color: #f58a8a;
}
.color-4 {
color: #f5b67a;
}
.color-5 {
color: #f9d89f;
}

/* CSS Variables */
:root {
--color-1: #b63e7a;
--color-2: #e65c7e;
--color-3: #f58a8a;
--color-4: #f5b67a;
--color-5: #f9d89f;
}

🌈 Dark Pink Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b63e7a, #e65c7e, #f58a8a, #f5b67a, #f9d89f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b63e7a, #e65c7e, #f58a8a, #f5b67a, #f9d89f);
}

Dark Pink Garden color palette created on .