Rowan Color Palette

Discover the beautiful Rowan color palette featuring tapestry (#b15d80), wewak (#f1a7b4), azalea (#f9d2da), tulip tree (#e3b031) and copper (#c86b3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Coral, Yellow, Warm, Bright, Soft Summer, Autumn, Flower, Fun 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 Rowan palette

Share this palette to:

💻 Rowan color palette CSS

/* CSS */
.color-1 {
color: #b15d80;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f9d2da;
}
.color-4 {
color: #e3b031;
}
.color-5 {
color: #c86b3c;
}

/* CSS Variables */
:root {
--color-1: #b15d80;
--color-2: #f1a7b4;
--color-3: #f9d2da;
--color-4: #e3b031;
--color-5: #c86b3c;
}

🌈 Rowan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b15d80, #f1a7b4, #f9d2da, #e3b031, #c86b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b15d80, #f1a7b4, #f9d2da, #e3b031, #c86b3c);
}

Rowan color palette created on .