Paleta de colores Riot Grrl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Riot Grrl palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Riot Grrl

Download riot grrl color palette PNG image (landscape)
Download riot grrl color palette PNG image (square)

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);
}

Riot Grrl color palette created on .