Rose Garden Harmony Color Palette

Discover the beautiful Rose Garden Harmony color palette featuring brown rust (#ab4b3b), vanilla (#d2b2a3), beauty bush (#f2d1c4), moss green (#a9d9a1) and tea green (#c4e8b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Green, Soft, Flower 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 Rose Garden Harmony palette

Share this palette to:

💻 Rose Garden Harmony color palette CSS

/* CSS */
.color-1 {
color: #ab4b3b;
}
.color-2 {
color: #d2b2a3;
}
.color-3 {
color: #f2d1c4;
}
.color-4 {
color: #a9d9a1;
}
.color-5 {
color: #c4e8b5;
}

/* CSS Variables */
:root {
--color-1: #ab4b3b;
--color-2: #d2b2a3;
--color-3: #f2d1c4;
--color-4: #a9d9a1;
--color-5: #c4e8b5;
}

🌈 Rose Garden Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab4b3b, #d2b2a3, #f2d1c4, #a9d9a1, #c4e8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab4b3b, #d2b2a3, #f2d1c4, #a9d9a1, #c4e8b5);
}

Rose Garden Harmony color palette created on .