Blossom Reverie Color Palette
Discover the beautiful Blossom Reverie color palette featuring azalea (#fad1d1), illusion (#f5a3b8), persian pink (#f78da7), froly (#f58a98) and deep blush (#e76a89).
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 Blossom Reverie palette
💻 Blossom Reverie color palette CSS
/* CSS */
.color-1 {
color: #fad1d1;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #f78da7;
}
.color-4 {
color: #f58a98;
}
.color-5 {
color: #e76a89;
}
/* CSS Variables */
:root {
--color-1: #fad1d1;
--color-2: #f5a3b8;
--color-3: #f78da7;
--color-4: #f58a98;
--color-5: #e76a89;
}
🌈 Blossom Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad1d1, #f5a3b8, #f78da7, #f58a98, #e76a89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad1d1, #f5a3b8, #f78da7, #f58a98, #e76a89);
}
🔗 Explore similar color palettes
Blossom Reverie color palette created on .