Berry Blossom Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Berry Blossom Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Berry Blossom Dream Color Palette (PNG)
Berry Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #a25d9a;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #eab84d;
}
.color-4 {
color: #d4a79b;
}
.color-5 {
color: #7b3d59;
}
/* CSS Variables */
:root {
--color-1: #a25d9a;
--color-2: #f2c5b5;
--color-3: #eab84d;
--color-4: #d4a79b;
--color-5: #7b3d59;
}
Berry Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a25d9a, #f2c5b5, #eab84d, #d4a79b, #7b3d59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a25d9a, #f2c5b5, #eab84d, #d4a79b, #7b3d59);
}
Similar color palettes
Berry Blossom Dream color palette created on .