Calm Blossoms Color Palette
Discover the beautiful Calm Blossoms color palette featuring can can (#d897aa), charm (#d37e93), mulberry (#cc5c7e), hibiscus (#c73861) and disco (#9d1555).
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 Calm Blossoms palette
💻 Calm Blossoms color palette CSS
/* CSS */
.color-1 {
color: #d897aa;
}
.color-2 {
color: #d37e93;
}
.color-3 {
color: #cc5c7e;
}
.color-4 {
color: #c73861;
}
.color-5 {
color: #9d1555;
}
/* CSS Variables */
:root {
--color-1: #d897aa;
--color-2: #d37e93;
--color-3: #cc5c7e;
--color-4: #c73861;
--color-5: #9d1555;
} 🌈 Calm Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d897aa, #d37e93, #cc5c7e, #c73861, #9d1555);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d897aa, #d37e93, #cc5c7e, #c73861, #9d1555);
} 🔗 Explore similar color palettes
Calm Blossoms color palette created on .