Pregnancy Winter Color Palette
Discover the beautiful Pregnancy Winter color palette featuring lavender gray (#c0b3d0), logan (#a3a2c8), ship cove (#7e9bb9), mandys pink (#f2d3b5) and kobi (#efaeca).
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 Pregnancy Winter palette
💻 Pregnancy Winter color palette CSS
/* CSS */
.color-1 {
color: #c0b3d0;
}
.color-2 {
color: #a3a2c8;
}
.color-3 {
color: #7e9bb9;
}
.color-4 {
color: #f2d3b5;
}
.color-5 {
color: #efaeca;
}
/* CSS Variables */
:root {
--color-1: #c0b3d0;
--color-2: #a3a2c8;
--color-3: #7e9bb9;
--color-4: #f2d3b5;
--color-5: #efaeca;
} 🌈 Pregnancy Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b3d0, #a3a2c8, #7e9bb9, #f2d3b5, #efaeca);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b3d0, #a3a2c8, #7e9bb9, #f2d3b5, #efaeca);
} 🔗 Explore similar color palettes
Pregnancy Winter color palette created on .