Paleta de colores Beauty Bush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beauty Bush palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Beauty Bush

Download beauty bush color palette PNG image (landscape)
Download beauty bush color palette PNG image (square)

CSS de la paleta de colores Beauty Bush

/* CSS */
.color-1 {
color: #f6d5d0;
}
.color-2 {
color: #f8bfaf;
}
.color-3 {
color: #fba98e;
}
.color-4 {
color: #f8a76d;
}
.color-5 {
color: #f7c96e;
}

/* CSS Variables */
:root {
--color-1: #f6d5d0;
--color-2: #f8bfaf;
--color-3: #fba98e;
--color-4: #f8a76d;
--color-5: #f7c96e;
}

CSS del degradado de fondo Beauty Bush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
}

Beauty Bush color palette created on .