Fischl Color Palette

Discover the beautiful Fischl color palette featuring biloba flower (#d48eec), lavender (#b25ed9), wisteria (#a64fb5), saffron (#f3c539) and eminence (#5b2a7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Yellow, Bright, Feminine, Vibrant, Magenta, Lavender 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 Fischl palette

Share this palette to:

💻 Fischl color palette CSS

/* CSS */
.color-1 {
color: #d48eec;
}
.color-2 {
color: #b25ed9;
}
.color-3 {
color: #a64fb5;
}
.color-4 {
color: #f3c539;
}
.color-5 {
color: #5b2a7e;
}

/* CSS Variables */
:root {
--color-1: #d48eec;
--color-2: #b25ed9;
--color-3: #a64fb5;
--color-4: #f3c539;
--color-5: #5b2a7e;
}

🌈 Fischl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d48eec, #b25ed9, #a64fb5, #f3c539, #5b2a7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d48eec, #b25ed9, #a64fb5, #f3c539, #5b2a7e);
}

Fischl color palette created on .