Hadleigh Roos Color Palette

Discover the beautiful Hadleigh Roos color palette featuring manhattan (#f7c6a6), petite orchid (#e0a19e), puce (#c57c9e), fuchsia pink (#b569b2) and royal purple (#6e3c90).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Pink, Purple, Spring, 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 Hadleigh Roos palette

Share this palette to:

💻 Hadleigh Roos color palette CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #e0a19e;
}
.color-3 {
color: #c57c9e;
}
.color-4 {
color: #b569b2;
}
.color-5 {
color: #6e3c90;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #e0a19e;
--color-3: #c57c9e;
--color-4: #b569b2;
--color-5: #6e3c90;
}

🌈 Hadleigh Roos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #e0a19e, #c57c9e, #b569b2, #6e3c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #e0a19e, #c57c9e, #b569b2, #6e3c90);
}

Hadleigh Roos color palette created on .