Giselle's Garden Color Palette

Discover the beautiful Giselle's Garden color palette featuring sandwisp (#f6e9a7), new orleans (#f1c7a2), geraldine (#f78d8d), froly (#f56b7e) and cranberry (#d55d8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Apricot, Bright, Pink, 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 Giselle's Garden palette

Share this palette to:

💻 Giselle's Garden color palette CSS

/* CSS */
.color-1 {
color: #f6e9a7;
}
.color-2 {
color: #f1c7a2;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #f56b7e;
}
.color-5 {
color: #d55d8b;
}

/* CSS Variables */
:root {
--color-1: #f6e9a7;
--color-2: #f1c7a2;
--color-3: #f78d8d;
--color-4: #f56b7e;
--color-5: #d55d8b;
}

🌈 Giselle's Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e9a7, #f1c7a2, #f78d8d, #f56b7e, #d55d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e9a7, #f1c7a2, #f78d8d, #f56b7e, #d55d8b);
}

Giselle's Garden color palette created on .