Serene Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sunset palette
Serene Sunset color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f2d7a1;
}
.color-3 {
color: #eaeab3;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #5199bd;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f2d7a1;
--color-3: #eaeab3;
--color-4: #a1c6d4;
--color-5: #5199bd;
}
Serene Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f2d7a1, #eaeab3, #a1c6d4, #5199bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f2d7a1, #eaeab3, #a1c6d4, #5199bd);
}
Similar color palettes
Serene Sunset color palette created on .