Paleta de colores Blushing Petal Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Petal Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Petal Reverie

/* CSS */
.color-1 {
color: #fdd3dd;
}
.color-2 {
color: #f9c8cf;
}
.color-3 {
color: #f2c4ce;
}
.color-4 {
color: #c4a6b7;
}
.color-5 {
color: #8a7b93;
}

/* CSS Variables */
:root {
--color-1: #fdd3dd;
--color-2: #f9c8cf;
--color-3: #f2c4ce;
--color-4: #c4a6b7;
--color-5: #8a7b93;
}

CSS del degradado de fondo Blushing Petal Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd3dd, #f9c8cf, #f2c4ce, #c4a6b7, #8a7b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd3dd, #f9c8cf, #f2c4ce, #c4a6b7, #8a7b93);
}

Blushing Petal Reverie color palette created on .