Winter Fruits Color Palette

Discover the beautiful Winter Fruits color palette featuring carmine (#a8001c), charm (#d15c89), illusion (#f7a6b8), goldenrod (#f8d86d) and olive drab (#6b8f24).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fruits, Green, Pink, Red, Vibrant, Winter, Yellow 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 Winter Fruits palette

Share this palette to:

💻 Winter Fruits color palette CSS

/* CSS */
.color-1 {
color: #a8001c;
}
.color-2 {
color: #d15c89;
}
.color-3 {
color: #f7a6b8;
}
.color-4 {
color: #f8d86d;
}
.color-5 {
color: #6b8f24;
}

/* CSS Variables */
:root {
--color-1: #a8001c;
--color-2: #d15c89;
--color-3: #f7a6b8;
--color-4: #f8d86d;
--color-5: #6b8f24;
}

🌈 Winter Fruits background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8001c, #d15c89, #f7a6b8, #f8d86d, #6b8f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8001c, #d15c89, #f7a6b8, #f8d86d, #6b8f24);
}

Winter Fruits color palette created on .