Red Dead Redemption カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Dead Redemption palette
Red Dead Redemption カラーパレット (PNG) をダウンロード
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 .