Riot Grrl カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Riot Grrl palette

このパレットを共有する先:

Riot Grrl カラー パレット PNG 画像

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

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

Riot Grrl の背景のグラデーション CSS

/* 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 .