Riot Grrl Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Riot Grrl palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Riot Grrl

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

tavolozza dei colori Riot Grrl CSS

/* 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 con gradiente di sfondo 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 .