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