Enchanted Rose Garden Color Palette

Discover the beautiful Enchanted Rose Garden color palette featuring cinderella (#fde2dd), cupid (#fbc6da), illusion (#f9a9c1), mauvelous (#f68e9f) and froly (#f56b7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Pink, Bright, Spring 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 Enchanted Rose Garden palette

Share this palette to:

💻 Enchanted Rose Garden color palette CSS

/* CSS */
.color-1 {
color: #fde2dd;
}
.color-2 {
color: #fbc6da;
}
.color-3 {
color: #f9a9c1;
}
.color-4 {
color: #f68e9f;
}
.color-5 {
color: #f56b7b;
}

/* CSS Variables */
:root {
--color-1: #fde2dd;
--color-2: #fbc6da;
--color-3: #f9a9c1;
--color-4: #f68e9f;
--color-5: #f56b7b;
}

🌈 Enchanted Rose Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde2dd, #fbc6da, #f9a9c1, #f68e9f, #f56b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde2dd, #fbc6da, #f9a9c1, #f68e9f, #f56b7b);
}

Enchanted Rose Garden color palette created on .