Morning Blossom Color Palette
Discover the beautiful Morning Blossom color palette featuring anakiwa (#94c4ff), anakiwa (#a3d9ff), onahau (#cce1ff), carnation pink (#ffadce) and pink salmon (#ff99a8).
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 Morning Blossom palette
💻 Morning Blossom color palette CSS
/* CSS */
.color-1 {
color: #94c4ff;
}
.color-2 {
color: #a3d9ff;
}
.color-3 {
color: #cce1ff;
}
.color-4 {
color: #ffadce;
}
.color-5 {
color: #ff99a8;
}
/* CSS Variables */
:root {
--color-1: #94c4ff;
--color-2: #a3d9ff;
--color-3: #cce1ff;
--color-4: #ffadce;
--color-5: #ff99a8;
} 🌈 Morning Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94c4ff, #a3d9ff, #cce1ff, #ffadce, #ff99a8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94c4ff, #a3d9ff, #cce1ff, #ffadce, #ff99a8);
} 🔗 Explore similar color palettes
Morning Blossom color palette created on .