Pomegranate Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pomegranate Delight palette

Share this palette to:

Pomegranate Delight color palette CSS

/* CSS */
.color-1 {
color: #d9513f;
}
.color-2 {
color: #e6a37a;
}
.color-3 {
color: #f3d2b4;
}
.color-4 {
color: #a84d4f;
}
.color-5 {
color: #c4688c;
}

/* CSS Variables */
:root {
--color-1: #d9513f;
--color-2: #e6a37a;
--color-3: #f3d2b4;
--color-4: #a84d4f;
--color-5: #c4688c;
}

Pomegranate Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9513f, #e6a37a, #f3d2b4, #a84d4f, #c4688c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9513f, #e6a37a, #f3d2b4, #a84d4f, #c4688c);
}

Pomegranate Delight color palette created on .