Warm Orange Sunset カラーパレット
美しいWarm Orange Sunsetカラーパレットをご紹介します。sunset orange (#fe4b3e), crusta (#f76e40), neon carrot (#f99f3e), golden dream (#f1d03b) and golden grass (#e2b82c)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Warm Orange Sunsetパレットを使った美しいUIコンポーネントを探索
💻 Warm Orange Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #fe4b3e;
}
.color-2 {
color: #f76e40;
}
.color-3 {
color: #f99f3e;
}
.color-4 {
color: #f1d03b;
}
.color-5 {
color: #e2b82c;
}
/* CSS Variables */
:root {
--color-1: #fe4b3e;
--color-2: #f76e40;
--color-3: #f99f3e;
--color-4: #f1d03b;
--color-5: #e2b82c;
} 🌈 Warm Orange Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe4b3e, #f76e40, #f99f3e, #f1d03b, #e2b82c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe4b3e, #f76e40, #f99f3e, #f1d03b, #e2b82c);
} 🔗 似たようなカラーパレットを探索
Warm Orange Sunset color palette created on .