Pomegranate Delight Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pomegranate Delight palette
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);
}
Tavolozze di colori simili
Pomegranate Delight color palette created on .