Paleta de colores Beige with Rainbow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Beige with Rainbow palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Beige with Rainbow (PNG)
CSS de la paleta de colores Beige with Rainbow
/* CSS */
.color-1 {
color: #f5f1e5;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #ff9f80;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--color-1: #f5f1e5;
--color-2: #f7c5a6;
--color-3: #ff9f80;
--color-4: #ff6b6b;
--color-5: #ff3d3d;
}
CSS del degradado de fondo Beige with Rainbow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f1e5, #f7c5a6, #ff9f80, #ff6b6b, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f1e5, #f7c5a6, #ff9f80, #ff6b6b, #ff3d3d);
}
Paletas de colores similares
Beige with Rainbow color palette created on .