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