Winter Comfort Color Palette
Discover the beautiful Winter Comfort color palette featuring lavender gray (#c3b3d5), logan (#a6a1c9), jungle mist (#b5c8d4), parchment (#f1e1d0) and blossom (#dab9c1).
Brightness
Saturation
Warmth
💡 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 Comfort palette
💻 Winter Comfort color palette CSS
/* CSS */
.color-1 {
color: #c3b3d5;
}
.color-2 {
color: #a6a1c9;
}
.color-3 {
color: #b5c8d4;
}
.color-4 {
color: #f1e1d0;
}
.color-5 {
color: #dab9c1;
}
/* CSS Variables */
:root {
--color-1: #c3b3d5;
--color-2: #a6a1c9;
--color-3: #b5c8d4;
--color-4: #f1e1d0;
--color-5: #dab9c1;
} 🌈 Winter Comfort background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b3d5, #a6a1c9, #b5c8d4, #f1e1d0, #dab9c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b3d5, #a6a1c9, #b5c8d4, #f1e1d0, #dab9c1);
} 🔗 Explore similar color palettes
Winter Comfort color palette created on .