Paleta de colores Blushing Brandy Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Brandy Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Brandy Dreams

/* CSS */
.color-1 {
color: #d19a89;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #e8cab5;
}
.color-4 {
color: #f1d0c6;
}
.color-5 {
color: #f8e2d3;
}

/* CSS Variables */
:root {
--color-1: #d19a89;
--color-2: #e2b8a2;
--color-3: #e8cab5;
--color-4: #f1d0c6;
--color-5: #f8e2d3;
}

CSS del degradado de fondo Blushing Brandy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19a89, #e2b8a2, #e8cab5, #f1d0c6, #f8e2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19a89, #e2b8a2, #e8cab5, #f1d0c6, #f8e2d3);
}

Blushing Brandy Dreams color palette created on .