Paleta de colores Rainbow Time
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rainbow Time palette
Imagen PNG de la paleta de colores Rainbow Time
CSS de la paleta de colores Rainbow Time
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6dbf69;
}
.color-3 {
color: #61a3ff;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ff3d67;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6dbf69;
--color-3: #61a3ff;
--color-4: #ffd54d;
--color-5: #ff3d67;
}
CSS del degradado de fondo Rainbow Time
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6dbf69, #61a3ff, #ffd54d, #ff3d67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6dbf69, #61a3ff, #ffd54d, #ff3d67);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Rainbow Time color palette created on .