Paleta de colores Elegant Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Blush palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Blush

Download elegant blush color palette PNG image (landscape)
Download elegant blush color palette PNG image (square)

CSS de la paleta de colores Elegant Blush

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #c5afaf;
}
.color-3 {
color: #8d5e5e;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #e76e9d;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #c5afaf;
--color-3: #8d5e5e;
--color-4: #ffffff;
--color-5: #e76e9d;
}

CSS del degradado de fondo Elegant Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #c5afaf, #8d5e5e, #ffffff, #e76e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #c5afaf, #8d5e5e, #ffffff, #e76e9d);
}

Elegant Blush color palette created on .