Pomegranate Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pomegranate Sunrise palette

Share this palette to:

Pomegranate Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f44725;
}
.color-2 {
color: #f77a40;
}
.color-3 {
color: #f9b76c;
}
.color-4 {
color: #f2d48c;
}
.color-5 {
color: #e8c3a1;
}

/* CSS Variables */
:root {
--color-1: #f44725;
--color-2: #f77a40;
--color-3: #f9b76c;
--color-4: #f2d48c;
--color-5: #e8c3a1;
}

Pomegranate Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44725, #f77a40, #f9b76c, #f2d48c, #e8c3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44725, #f77a40, #f9b76c, #f2d48c, #e8c3a1);
}

Pomegranate Sunrise color palette created on .