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