Blueberry Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blueberry Delight palette
Download Blueberry Delight Color Palette (PNG)
Blueberry Delight color palette CSS
/* CSS */
.color-1 {
color: #5b75c2;
}
.color-2 {
color: #8ca1d9;
}
.color-3 {
color: #b3c8e0;
}
.color-4 {
color: #f0d1e3;
}
.color-5 {
color: #eab8d1;
}
/* CSS Variables */
:root {
--color-1: #5b75c2;
--color-2: #8ca1d9;
--color-3: #b3c8e0;
--color-4: #f0d1e3;
--color-5: #eab8d1;
}
Blueberry Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b75c2, #8ca1d9, #b3c8e0, #f0d1e3, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b75c2, #8ca1d9, #b3c8e0, #f0d1e3, #eab8d1);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Blueberry Delight color palette created on .