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