Pomegranate Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pomegranate Delight palette

Condividi questa palette a:

tavolozza dei colori Pomegranate Delight 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;
}

CSS con gradiente di sfondo Pomegranate Delight

/* 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 .