Berry Bliss Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Berry Bliss Delight palette

Share this palette to:

Berry Bliss Delight color palette CSS

/* CSS */
.color-1 {
color: #699ace;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #f3c4cf;
}
.color-4 {
color: #e6b65b;
}
.color-5 {
color: #a84e3e;
}

/* CSS Variables */
:root {
--color-1: #699ace;
--color-2: #4a7cba;
--color-3: #f3c4cf;
--color-4: #e6b65b;
--color-5: #a84e3e;
}

Berry Bliss Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699ace, #4a7cba, #f3c4cf, #e6b65b, #a84e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699ace, #4a7cba, #f3c4cf, #e6b65b, #a84e3e);
}

Berry Bliss Delight color palette created on .