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: #8d1c30;
}
.color-2 {
color: #ba404e;
}
.color-3 {
color: #d7798b;
}
.color-4 {
color: #f2abb1;
}
.color-5 {
color: #fde6e2;
}
/* CSS Variables */
:root {
--color-1: #8d1c30;
--color-2: #ba404e;
--color-3: #d7798b;
--color-4: #f2abb1;
--color-5: #fde6e2;
}
Shades of Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d1c30, #ba404e, #d7798b, #f2abb1, #fde6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d1c30, #ba404e, #d7798b, #f2abb1, #fde6e2);
}
似たようなカラーパレット
Shades of Red color palette created on .