Paleta de colores Bleeding White Rose

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bleeding White Rose palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Bleeding White Rose

Download bleeding white rose color palette PNG image (landscape)
Download bleeding white rose color palette PNG image (square)

CSS de la paleta de colores Bleeding White Rose

/* CSS */
.color-1 {
color: #f5f0f0;
}
.color-2 {
color: #eab8c9;
}
.color-3 {
color: #d69ebc;
}
.color-4 {
color: #c87e9c;
}
.color-5 {
color: #a45b7d;
}

/* CSS Variables */
:root {
--color-1: #f5f0f0;
--color-2: #eab8c9;
--color-3: #d69ebc;
--color-4: #c87e9c;
--color-5: #a45b7d;
}

CSS del degradado de fondo Bleeding White Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0f0, #eab8c9, #d69ebc, #c87e9c, #a45b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0f0, #eab8c9, #d69ebc, #c87e9c, #a45b7d);
}

Bleeding White Rose color palette created on .