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