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: #e76a7b;
}
.color-2 {
color: #a2482f;
}
.color-3 {
color: #4b7bb9;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #d5a353;
}

/* CSS Variables */
:root {
--color-1: #e76a7b;
--color-2: #a2482f;
--color-3: #4b7bb9;
--color-4: #f1c40e;
--color-5: #d5a353;
}

Sunset Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e76a7b, #a2482f, #4b7bb9, #f1c40e, #d5a353);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e76a7b, #a2482f, #4b7bb9, #f1c40e, #d5a353);
}

Sunset Blossom color palette created on .