Serene Sunset Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sunset Breeze palette
Serene Sunset Breeze color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #d0b79a;
}
.color-3 {
color: #f1a7b8;
}
.color-4 {
color: #e1c5b7;
}
.color-5 {
color: #a68a7d;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #d0b79a;
--color-3: #f1a7b8;
--color-4: #e1c5b7;
--color-5: #a68a7d;
}
Serene Sunset Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #d0b79a, #f1a7b8, #e1c5b7, #a68a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #d0b79a, #f1a7b8, #e1c5b7, #a68a7d);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Serene Sunset Breeze color palette created on .