Rose Garden Dream Color Palette

Discover the beautiful Rose Garden Dream color palette featuring persian rose (#fe2aa2), froly (#f87d6d), cherokee (#fbcb89), sandwisp (#f3e7a0) and water leaf (#a3e6d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Pink, Spring, Tropical 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 Dream palette

Share this palette to:

💻 Rose Garden Dream color palette CSS

/* CSS */
.color-1 {
color: #fe2aa2;
}
.color-2 {
color: #f87d6d;
}
.color-3 {
color: #fbcb89;
}
.color-4 {
color: #f3e7a0;
}
.color-5 {
color: #a3e6d8;
}

/* CSS Variables */
:root {
--color-1: #fe2aa2;
--color-2: #f87d6d;
--color-3: #fbcb89;
--color-4: #f3e7a0;
--color-5: #a3e6d8;
}

🌈 Rose Garden Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe2aa2, #f87d6d, #fbcb89, #f3e7a0, #a3e6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe2aa2, #f87d6d, #fbcb89, #f3e7a0, #a3e6d8);
}

Rose Garden Dream color palette created on .