Serene Sunset Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sunset Hues palette
Serene Sunset Hues color palette CSS
/* CSS */
.color-1 {
color: #f7aaa1;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #fce7b0;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #a2e6da;
}
/* CSS Variables */
:root {
--color-1: #f7aaa1;
--color-2: #f8caa5;
--color-3: #fce7b0;
--color-4: #a1dff7;
--color-5: #a2e6da;
}
Serene Sunset Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7aaa1, #f8caa5, #fce7b0, #a1dff7, #a2e6da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7aaa1, #f8caa5, #fce7b0, #a1dff7, #a2e6da);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Serene Sunset Hues color palette created on .