Rogue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rogue palette

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

Rogue カラー パレット PNG 画像

Download rogue color palette PNG image (landscape)
Download rogue color palette PNG image (square)

Rogue カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #6b5c7a;
}
.color-3 {
color: #9e8bbb;
}
.color-4 {
color: #d39fdf;
}
.color-5 {
color: #f3b4c4;
}

/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #6b5c7a;
--color-3: #9e8bbb;
--color-4: #d39fdf;
--color-5: #f3b4c4;
}

Rogue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
}

Rogue color palette created on .