Vibrant Orange Fire カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Orange Fire palette
Vibrant Orange Fire カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #ff5100;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9900;
--color-3: #ffcc00;
--color-4: #ffe500;
--color-5: #ff5100;
}
Vibrant Orange Fire の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9900, #ffcc00, #ffe500, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9900, #ffcc00, #ffe500, #ff5100);
}
似たようなカラーパレット
下にスクロールして10個のファイアカラーパレットを探索しましょう
Vibrant Orange Fire color palette created on .