Blossom Reverie Color Palette
Discover the beautiful Blossom Reverie color palette featuring mulberry (#c65d7b), oyster pink (#eed3d9), chatelle (#b3a8b8), mulled wine (#6d496e) and azalea (#f3c4d1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Flower, Soft color palettes and combinations.
💡 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 Blossom Reverie palette
💻 Blossom Reverie color palette CSS
/* CSS */
.color-1 {
color: #c65d7b;
}
.color-2 {
color: #eed3d9;
}
.color-3 {
color: #b3a8b8;
}
.color-4 {
color: #6d496e;
}
.color-5 {
color: #f3c4d1;
}
/* CSS Variables */
:root {
--color-1: #c65d7b;
--color-2: #eed3d9;
--color-3: #b3a8b8;
--color-4: #6d496e;
--color-5: #f3c4d1;
}
🌈 Blossom Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65d7b, #eed3d9, #b3a8b8, #6d496e, #f3c4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65d7b, #eed3d9, #b3a8b8, #6d496e, #f3c4d1);
}
🔗 Explore similar color palettes
Blossom Reverie color palette created on .