Paleta de colores Pomegranate Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pomegranate Red palette

Compartir esta paleta en:

CSS de la paleta de colores Pomegranate Red

/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #fcb02c;
}
.color-4 {
color: #fee8a4;
}
.color-5 {
color: #f1f3d8;
}

/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #e13e33;
--color-3: #fcb02c;
--color-4: #fee8a4;
--color-5: #f1f3d8;
}

CSS del degradado de fondo Pomegranate Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #e13e33, #fcb02c, #fee8a4, #f1f3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #e13e33, #fcb02c, #fee8a4, #f1f3d8);
}

Pomegranate Red color palette created on .