Baby Bliss Color Palette
Discover the beautiful Baby Bliss color palette featuring wewak (#f5b2b6), marzipan (#f8d3a0), dairy cream (#f9e5b8), morning glory (#a3d5e0) and aquamarine blue (#7dc8e3).
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 Baby Bliss palette
💻 Baby Bliss color palette CSS
/* CSS */
.color-1 {
color: #f5b2b6;
}
.color-2 {
color: #f8d3a0;
}
.color-3 {
color: #f9e5b8;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #7dc8e3;
}
/* CSS Variables */
:root {
--color-1: #f5b2b6;
--color-2: #f8d3a0;
--color-3: #f9e5b8;
--color-4: #a3d5e0;
--color-5: #7dc8e3;
} 🌈 Baby Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2b6, #f8d3a0, #f9e5b8, #a3d5e0, #7dc8e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2b6, #f8d3a0, #f9e5b8, #a3d5e0, #7dc8e3);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Baby Bliss color palette created on .