Paleta de colores Vintage Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vintage Rainbow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vintage Rainbow

Download vintage rainbow color palette PNG image (landscape)
Download vintage rainbow color palette PNG image (square)

CSS de la paleta de colores Vintage Rainbow

/* CSS */
.color-1 {
color: #f9a4b8;
}
.color-2 {
color: #fcd67e;
}
.color-3 {
color: #b2e09e;
}
.color-4 {
color: #7f7cbb;
}
.color-5 {
color: #f25a76;
}

/* CSS Variables */
:root {
--color-1: #f9a4b8;
--color-2: #fcd67e;
--color-3: #b2e09e;
--color-4: #7f7cbb;
--color-5: #f25a76;
}

CSS del degradado de fondo Vintage Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}

Vintage Rainbow color palette created on .