Paleta de colores Beige with Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beige with Rainbow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Beige with Rainbow

Download beige with rainbow color palette PNG image (landscape)
Download beige with rainbow color palette PNG image (square)

CSS de la paleta de colores Beige with Rainbow

/* CSS */
.color-1 {
color: #f5e6c7;
}
.color-2 {
color: #f8d1a5;
}
.color-3 {
color: #f6b6d0;
}
.color-4 {
color: #c5e1e2;
}
.color-5 {
color: #a6d8c8;
}

/* CSS Variables */
:root {
--color-1: #f5e6c7;
--color-2: #f8d1a5;
--color-3: #f6b6d0;
--color-4: #c5e1e2;
--color-5: #a6d8c8;
}

CSS del degradado de fondo Beige with Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}

Beige with Rainbow color palette created on .