Winter Lights Color Palette

Discover the beautiful Winter Lights color palette featuring morning glory (#a3d4e0), mint tulip (#c7e3f5), black squeeze (#f3fafb), wheat (#f3e4aa) and melanie (#e2b6d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cream, Light, Pastel, Peach, Pink, Soft, Winter 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 Lights palette

Share this palette to:

💻 Winter Lights color palette CSS

/* CSS */
.color-1 {
color: #a3d4e0;
}
.color-2 {
color: #c7e3f5;
}
.color-3 {
color: #f3fafb;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #e2b6d1;
}

/* CSS Variables */
:root {
--color-1: #a3d4e0;
--color-2: #c7e3f5;
--color-3: #f3fafb;
--color-4: #f3e4aa;
--color-5: #e2b6d1;
}

🌈 Winter Lights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d4e0, #c7e3f5, #f3fafb, #f3e4aa, #e2b6d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d4e0, #c7e3f5, #f3fafb, #f3e4aa, #e2b6d1);
}

Winter Lights color palette created on .