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