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