Rose Garden Reverie Color Palette

Discover the beautiful Rose Garden Reverie color palette featuring petite orchid (#d98c8c), moss green (#a7d7b8), mandys pink (#f2b1b1), melanie (#e4b9d5) and fringy flower (#b5e3d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVintage, Pink, Green, Soft 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 Reverie palette

Share this palette to:

💻 Rose Garden Reverie color palette CSS

/* CSS */
.color-1 {
color: #d98c8c;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f2b1b1;
}
.color-4 {
color: #e4b9d5;
}
.color-5 {
color: #b5e3d3;
}

/* CSS Variables */
:root {
--color-1: #d98c8c;
--color-2: #a7d7b8;
--color-3: #f2b1b1;
--color-4: #e4b9d5;
--color-5: #b5e3d3;
}

🌈 Rose Garden Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d98c8c, #a7d7b8, #f2b1b1, #e4b9d5, #b5e3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d98c8c, #a7d7b8, #f2b1b1, #e4b9d5, #b5e3d3);
}

Rose Garden Reverie color palette created on .