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: #ff8097;
}
.color-2 {
color: #ff4d7f;
}
.color-3 {
color: #ff1a62;
}
.color-4 {
color: #e6004c;
}
.color-5 {
color: #b3003b;
}
/* CSS Variables */
:root {
--color-1: #ff8097;
--color-2: #ff4d7f;
--color-3: #ff1a62;
--color-4: #e6004c;
--color-5: #b3003b;
}
Blushing Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8097, #ff4d7f, #ff1a62, #e6004c, #b3003b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8097, #ff4d7f, #ff1a62, #e6004c, #b3003b);
}
Similar color palettes
Blushing Sunset color palette created on .