Sunset Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunset Breeze Color Palette (PNG)
Sunset Breeze color palette CSS
/* CSS */
.color-1 {
color: #a6d8d9;
}
.color-2 {
color: #ffe3c7;
}
.color-3 {
color: #caad8c;
}
.color-4 {
color: #a87b67;
}
.color-5 {
color: #e0b1a3;
}
/* CSS Variables */
:root {
--color-1: #a6d8d9;
--color-2: #ffe3c7;
--color-3: #caad8c;
--color-4: #a87b67;
--color-5: #e0b1a3;
}
Sunset Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d9, #ffe3c7, #caad8c, #a87b67, #e0b1a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d9, #ffe3c7, #caad8c, #a87b67, #e0b1a3);
}
Similar color palettes
Sunset Breeze color palette created on .