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: #f7c6a6;
}
.color-2 {
color: #f8b2a0;
}
.color-3 {
color: #f19b8e;
}
.color-4 {
color: #e7766e;
}
.color-5 {
color: #d84f5d;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f8b2a0;
--color-3: #f19b8e;
--color-4: #e7766e;
--color-5: #d84f5d;
}

Sunset Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f8b2a0, #f19b8e, #e7766e, #d84f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f8b2a0, #f19b8e, #e7766e, #d84f5d);
}

Sunset Blossom color palette created on .