Soft Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Sunset palette
Soft Sunset color palette PNG image
Soft Sunset color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f2c4b5;
}
.color-3 {
color: #ffdb9e;
}
.color-4 {
color: #ffffb3;
}
.color-5 {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f2c4b5;
--color-3: #ffdb9e;
--color-4: #ffffb3;
--color-5: #f2a6a6;
}
Soft Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f2c4b5, #ffdb9e, #ffffb3, #f2a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f2c4b5, #ffdb9e, #ffffb3, #f2a6a6);
}
Similar color palettes
Scroll down to explore 20+ Black color palettes
Soft Sunset color palette created on .