Pomegranate Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pomegranate Sunset palette

Share this palette to:

Pomegranate Sunset color palette CSS

/* CSS */
.color-1 {
color: #f44725;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffa05c;
}
.color-4 {
color: #ffbf80;
}
.color-5 {
color: #ffdb99;
}

/* CSS Variables */
:root {
--color-1: #f44725;
--color-2: #ff7142;
--color-3: #ffa05c;
--color-4: #ffbf80;
--color-5: #ffdb99;
}

Pomegranate Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44725, #ff7142, #ffa05c, #ffbf80, #ffdb99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44725, #ff7142, #ffa05c, #ffbf80, #ffdb99);
}

Pomegranate Sunset color palette created on .