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