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