Heavenly Berry Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heavenly Berry Blossom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Heavenly Berry Blossom Color Palette (PNG)
Heavenly Berry Blossom color palette CSS
/* CSS */
.color-1 {
color: #7a9aeb;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #d3c6f1;
}
.color-4 {
color: #e4b4e0;
}
.color-5 {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--color-1: #7a9aeb;
--color-2: #a6c6ed;
--color-3: #d3c6f1;
--color-4: #e4b4e0;
--color-5: #5b4b8b;
}
Heavenly Berry Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9aeb, #a6c6ed, #d3c6f1, #e4b4e0, #5b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9aeb, #a6c6ed, #d3c6f1, #e4b4e0, #5b4b8b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Heavenly Berry Blossom color palette created on .