Paleta de colores Pomegranate Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pomegranate Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Pomegranate Blush

/* CSS */
.color-1 {
color: #d6004f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff8f8f;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ffebee;
}

/* CSS Variables */
:root {
--color-1: #d6004f;
--color-2: #ff6e61;
--color-3: #ff8f8f;
--color-4: #ffb3b3;
--color-5: #ffebee;
}

CSS del degradado de fondo Pomegranate Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6004f, #ff6e61, #ff8f8f, #ffb3b3, #ffebee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6004f, #ff6e61, #ff8f8f, #ffb3b3, #ffebee);
}

Pomegranate Blush color palette created on .