Paleta de colores Vibrant Rainbow Colors

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Rainbow Colors palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vibrant Rainbow Colors

Download vibrant rainbow colors color palette PNG image (landscape)
Download vibrant rainbow colors color palette PNG image (square)

CSS de la paleta de colores Vibrant Rainbow Colors

/* CSS */
.color-1 {
color: #ffe3db;
}
.color-2 {
color: #fff4db;
}
.color-3 {
color: #dbffe2;
}
.color-4 {
color: #dbf3ff;
}
.color-5 {
color: #ebdbff;
}

/* CSS Variables */
:root {
--color-1: #ffe3db;
--color-2: #fff4db;
--color-3: #dbffe2;
--color-4: #dbf3ff;
--color-5: #ebdbff;
}

CSS del degradado de fondo Vibrant Rainbow Colors

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe3db, #fff4db, #dbffe2, #dbf3ff, #ebdbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe3db, #fff4db, #dbffe2, #dbf3ff, #ebdbff);
}

Vibrant Rainbow Colors color palette created on .