Sunset Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Blossom palette

Share this palette to:

Sunset Blossom color palette CSS

/* CSS */
.color-1 {
color: #ff75a8;
}
.color-2 {
color: #99f5a7;
}
.color-3 {
color: #fcd9b0;
}
.color-4 {
color: #ffbb5c;
}
.color-5 {
color: #ff529a;
}

/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #99f5a7;
--color-3: #fcd9b0;
--color-4: #ffbb5c;
--color-5: #ff529a;
}

Sunset Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a8, #99f5a7, #fcd9b0, #ffbb5c, #ff529a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a8, #99f5a7, #fcd9b0, #ffbb5c, #ff529a);
}

Sunset Blossom color palette created on .