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