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