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