Pastel Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Sunset palette
Pastel Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9a26c;
}
.color-2 {
color: #f1c3b6;
}
.color-3 {
color: #a6d2d3;
}
.color-4 {
color: #b2b7e1;
}
.color-5 {
color: #e8b5e7;
}
/* CSS Variables */
:root {
--color-1: #f9a26c;
--color-2: #f1c3b6;
--color-3: #a6d2d3;
--color-4: #b2b7e1;
--color-5: #e8b5e7;
}
Pastel Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a26c, #f1c3b6, #a6d2d3, #b2b7e1, #e8b5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a26c, #f1c3b6, #a6d2d3, #b2b7e1, #e8b5e7);
}
Similar color palettes
Pastel Sunset color palette created on .