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