Paleta de colores Vibrant Rainbow Colors
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Rainbow Colors palette
Imagen PNG de la paleta de colores Vibrant Rainbow Colors
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Melocotón
Vibrant Rainbow Colors color palette created on .