Red and Gold Revolution カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red and Gold Revolution palette
Red and Gold Revolution カラーパレット CSS
/* CSS */
.color-1 {
color: #c82d2d;
}
.color-2 {
color: #f37520;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #4a4e68;
}
.color-5 {
color: #22223a;
}
/* CSS Variables */
:root {
--color-1: #c82d2d;
--color-2: #f37520;
--color-3: #f9c54e;
--color-4: #4a4e68;
--color-5: #22223a;
}
Red and Gold Revolution の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d2d, #f37520, #f9c54e, #4a4e68, #22223a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d2d, #f37520, #f9c54e, #4a4e68, #22223a);
}
似たようなカラーパレット
Red and Gold Revolution color palette created on .