Paleta de colores Blush Petal Symphony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blush Petal Symphony palette

Compartir esta paleta en:

CSS de la paleta de colores Blush Petal Symphony

/* CSS */
.color-1 {
color: #fadbea;
}
.color-2 {
color: #f8d8e8;
}
.color-3 {
color: #f7d4e2;
}
.color-4 {
color: #f3c9da;
}
.color-5 {
color: #eebed0;
}

/* CSS Variables */
:root {
--color-1: #fadbea;
--color-2: #f8d8e8;
--color-3: #f7d4e2;
--color-4: #f3c9da;
--color-5: #eebed0;
}

CSS del degradado de fondo Blush Petal Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadbea, #f8d8e8, #f7d4e2, #f3c9da, #eebed0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadbea, #f8d8e8, #f7d4e2, #f3c9da, #eebed0);
}

Blush Petal Symphony color palette created on .