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: #ca2b2b;
}
.color-2 {
color: #f0a000;
}
.color-3 {
color: #e6b800;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #a72a2a;
}
/* CSS Variables */
:root {
--color-1: #ca2b2b;
--color-2: #f0a000;
--color-3: #e6b800;
--color-4: #3d3d3d;
--color-5: #a72a2a;
}
Red and Gold Revolution の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca2b2b, #f0a000, #e6b800, #3d3d3d, #a72a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca2b2b, #f0a000, #e6b800, #3d3d3d, #a72a2a);
}
似たようなカラーパレット
Red and Gold Revolution color palette created on .