Sunny Berry Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Berry Breeze palette

Share this palette to:

Sunny Berry Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffebc7;
}
.color-2 {
color: #ffdcc7;
}
.color-3 {
color: #9ee5ff;
}
.color-4 {
color: #a8deff;
}
.color-5 {
color: #7acaff;
}

/* CSS Variables */
:root {
--color-1: #ffebc7;
--color-2: #ffdcc7;
--color-3: #9ee5ff;
--color-4: #a8deff;
--color-5: #7acaff;
}

Sunny Berry Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebc7, #ffdcc7, #9ee5ff, #a8deff, #7acaff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebc7, #ffdcc7, #9ee5ff, #a8deff, #7acaff);
}

Sunny Berry Breeze color palette created on .