Winter Bliss Color Palette
Discover the beautiful Winter Bliss color palette featuring regent st blue (#a3c7e0), aqua island (#b2e0d4), loafer (#eff4e2), wheat (#f3d7b4) and rose bud (#f8a39b).
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: #a3c7e0;
}
.color-2 {
color: #b2e0d4;
}
.color-3 {
color: #eff4e2;
}
.color-4 {
color: #f3d7b4;
}
.color-5 {
color: #f8a39b;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b2e0d4;
--color-3: #eff4e2;
--color-4: #f3d7b4;
--color-5: #f8a39b;
} 🌈 Winter Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b2e0d4, #eff4e2, #f3d7b4, #f8a39b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b2e0d4, #eff4e2, #f3d7b4, #f8a39b);
} 🔗 Explore similar color palettes
Winter Bliss color palette created on .