Blossom Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Sunset palette

Share this palette to:

Blossom Sunset color palette CSS

/* CSS */
.color-1 {
color: #da073b;
}
.color-2 {
color: #f25a8c;
}
.color-3 {
color: #ffc2cf;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #da073b;
--color-2: #f25a8c;
--color-3: #ffc2cf;
--color-4: #ffb84d;
--color-5: #ff6d2e;
}

Blossom Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da073b, #f25a8c, #ffc2cf, #ffb84d, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da073b, #f25a8c, #ffc2cf, #ffb84d, #ff6d2e);
}

Blossom Sunset color palette created on .