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