Paleta de colores Pomegranate Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pomegranate Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Pomegranate Delight

/* CSS */
.color-1 {
color: #d94b36;
}
.color-2 {
color: #e6a26b;
}
.color-3 {
color: #e6b03d;
}
.color-4 {
color: #f8d859;
}
.color-5 {
color: #d94a5b;
}

/* CSS Variables */
:root {
--color-1: #d94b36;
--color-2: #e6a26b;
--color-3: #e6b03d;
--color-4: #f8d859;
--color-5: #d94a5b;
}

CSS del degradado de fondo Pomegranate Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94b36, #e6a26b, #e6b03d, #f8d859, #d94a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94b36, #e6a26b, #e6b03d, #f8d859, #d94a5b);
}

Pomegranate Delight color palette created on .