Blushing Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Sunset palette
Blushing Sunset color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f08c7f;
}
.color-4 {
color: #d76c6a;
}
.color-5 {
color: #b84c50;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f1a8a2;
--color-3: #f08c7f;
--color-4: #d76c6a;
--color-5: #b84c50;
}
Blushing Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f1a8a2, #f08c7f, #d76c6a, #b84c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f1a8a2, #f08c7f, #d76c6a, #b84c50);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Blushing Sunset color palette created on .