Paleta de colores Blushing Petals

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Petals palette

Compartir esta paleta en:

Descargar la paleta de colores Blushing Petals (PNG)

Download blushing petals color palette PNG image (landscape)
Download blushing petals color palette PNG image (square)

CSS de la paleta de colores Blushing Petals

/* CSS */
.color-1 {
color: #d5a4a7;
}
.color-2 {
color: #e4b9bc;
}
.color-3 {
color: #f3c4ce;
}
.color-4 {
color: #f9e1e3;
}
.color-5 {
color: #f5c7c7;
}

/* CSS Variables */
:root {
--color-1: #d5a4a7;
--color-2: #e4b9bc;
--color-3: #f3c4ce;
--color-4: #f9e1e3;
--color-5: #f5c7c7;
}

CSS del degradado de fondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a4a7, #e4b9bc, #f3c4ce, #f9e1e3, #f5c7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a4a7, #e4b9bc, #f3c4ce, #f9e1e3, #f5c7c7);
}

Blushing Petals color palette created on .