Heavenly Berry Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heavenly Berry Blossom palette

Share this palette to:

Heavenly Berry Blossom color palette PNG image

Download heavenly berry blossom color palette PNG image (landscape)
Download heavenly berry blossom color palette PNG image (square)

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);
}

Heavenly Berry Blossom color palette created on .