Paleta de colores Muted Rainbow Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Muted Rainbow Shades palette
CSS de la paleta de colores Muted Rainbow Shades
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f85d72;
}
.color-3 {
color: #ac70f0;
}
.color-4 {
color: #4082b5;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f85d72;
--color-3: #ac70f0;
--color-4: #4082b5;
--color-5: #4cae4f;
}
CSS del degradado de fondo Muted Rainbow Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f85d72, #ac70f0, #4082b5, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f85d72, #ac70f0, #4082b5, #4cae4f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Muted Rainbow Shades color palette created on .