Red Dead Redemption カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Dead Redemption palette

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

Red Dead Redemption カラーパレット (PNG) をダウンロード

Download red dead redemption color palette PNG image (landscape)
Download red dead redemption color palette PNG image (square)

Red Dead Redemption カラーパレット CSS

/* CSS */
.color-1 {
color: #c22e2e;
}
.color-2 {
color: #f2a92c;
}
.color-3 {
color: #7d4c2c;
}
.color-4 {
color: #c8b19d;
}
.color-5 {
color: #4b3d3a;
}

/* CSS Variables */
:root {
--color-1: #c22e2e;
--color-2: #f2a92c;
--color-3: #7d4c2c;
--color-4: #c8b19d;
--color-5: #4b3d3a;
}

Red Dead Redemption の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c22e2e, #f2a92c, #7d4c2c, #c8b19d, #4b3d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c22e2e, #f2a92c, #7d4c2c, #c8b19d, #4b3d3a);
}

Red Dead Redemption color palette created on .