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