Winter Lily Color Palette

Discover the beautiful Winter Lily color palette featuring spindle (#aac6e9), link water (#dbe9f5), lola (#e3d9e2), whisper (#f3f1f8) and logan (#b0a5ca).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWinter, Lily, Blue, Soft, Light, Coastal, Modern, Elegant, Purple, Light Grey 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 Lily palette

Share this palette to:

💻 Winter Lily color palette CSS

/* CSS */
.color-1 {
color: #aac6e9;
}
.color-2 {
color: #dbe9f5;
}
.color-3 {
color: #e3d9e2;
}
.color-4 {
color: #f3f1f8;
}
.color-5 {
color: #b0a5ca;
}

/* CSS Variables */
:root {
--color-1: #aac6e9;
--color-2: #dbe9f5;
--color-3: #e3d9e2;
--color-4: #f3f1f8;
--color-5: #b0a5ca;
}

🌈 Winter Lily background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac6e9, #dbe9f5, #e3d9e2, #f3f1f8, #b0a5ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac6e9, #dbe9f5, #e3d9e2, #f3f1f8, #b0a5ca);
}

Winter Lily color palette created on .