Flame Lily Color Palette

Discover the beautiful Flame Lily color palette featuring tacao (#f3ab86), tacao (#f2bd7d), rob roy (#efcc6b), wheatfield (#f3f2cd) and sunglo (#e07571).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Apricot, Cream, Beige, Pink, Warm, Earthy, Sunset, Soft, Retro 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 Flame Lily palette

Share this palette to:

💻 Flame Lily color palette CSS

/* CSS */
.color-1 {
color: #f3ab86;
}
.color-2 {
color: #f2bd7d;
}
.color-3 {
color: #efcc6b;
}
.color-4 {
color: #f3f2cd;
}
.color-5 {
color: #e07571;
}

/* CSS Variables */
:root {
--color-1: #f3ab86;
--color-2: #f2bd7d;
--color-3: #efcc6b;
--color-4: #f3f2cd;
--color-5: #e07571;
}

🌈 Flame Lily background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab86, #f2bd7d, #efcc6b, #f3f2cd, #e07571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab86, #f2bd7d, #efcc6b, #f3f2cd, #e07571);
}

Flame Lily color palette created on .