Sweet Summer Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Summer Breeze palette
Sweet Summer Breeze color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e7b9;
}
.color-3 {
color: #dae5b8;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6cbe46;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e7b9;
--color-3: #dae5b8;
--color-4: #a3d55d;
--color-5: #6cbe46;
}
Sweet Summer Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e7b9, #dae5b8, #a3d55d, #6cbe46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e7b9, #dae5b8, #a3d55d, #6cbe46);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Sweet Summer Breeze color palette created on .