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: #f1a8a2;
}
.color-2 {
color: #f1c5a7;
}
.color-3 {
color: #f1e2b6;
}
.color-4 {
color: #a6d9d1;
}
.color-5 {
color: #4cae99;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c5a7;
--color-3: #f1e2b6;
--color-4: #a6d9d1;
--color-5: #4cae99;
}
Serene Sunset Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c5a7, #f1e2b6, #a6d9d1, #4cae99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c5a7, #f1e2b6, #a6d9d1, #4cae99);
}
Similar color palettes
Serene Sunset Breeze color palette created on .