Winter Bliss Color Palette
Discover the beautiful Winter Bliss color palette featuring pigeon post (#a1c1d4), iceberg (#e4f2f6), powder blue (#b1e0e7), rose bud (#f7b5a1) and brink pink (#ff6b8b).
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 Bliss palette
💻 Winter Bliss color palette CSS
/* CSS */
.color-1 {
color: #a1c1d4;
}
.color-2 {
color: #e4f2f6;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #ff6b8b;
}
/* CSS Variables */
:root {
--color-1: #a1c1d4;
--color-2: #e4f2f6;
--color-3: #b1e0e7;
--color-4: #f7b5a1;
--color-5: #ff6b8b;
} 🌈 Winter Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1d4, #e4f2f6, #b1e0e7, #f7b5a1, #ff6b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1d4, #e4f2f6, #b1e0e7, #f7b5a1, #ff6b8b);
} 🔗 Explore similar color palettes
Winter Bliss color palette created on .