Dark Strawberry Haze Color Palette

Discover the beautiful Dark Strawberry Haze color palette featuring hippie pink (#b74d5b), petite orchid (#e09ea2), rose fog (#ecccc6), smoky (#645775) and tumbleweed (#d6a980).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Earthy, Lavender, Modern, Muted, Peach, Soft, 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 Strawberry Haze palette

Share this palette to:

💻 Dark Strawberry Haze color palette CSS

/* CSS */
.color-1 {
color: #b74d5b;
}
.color-2 {
color: #e09ea2;
}
.color-3 {
color: #ecccc6;
}
.color-4 {
color: #645775;
}
.color-5 {
color: #d6a980;
}

/* CSS Variables */
:root {
--color-1: #b74d5b;
--color-2: #e09ea2;
--color-3: #ecccc6;
--color-4: #645775;
--color-5: #d6a980;
}

🌈 Dark Strawberry Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b74d5b, #e09ea2, #ecccc6, #645775, #d6a980);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b74d5b, #e09ea2, #ecccc6, #645775, #d6a980);
}

Dark Strawberry Haze color palette created on .