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