Norman's Garden カラーパレット

美しいNorman's Gardenカラーパレットをご紹介します。apple (#69af4b), lightning yellow (#f9cb24), tulip tree (#eab543), wild watermelon (#ff6b81) and jacksons purple (#1e3799)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Bright, Green, Pink, Yellowカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Norman's Gardenパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Norman's Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #ff6b81;
}
.color-5 {
color: #1e3799;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9cb24;
--color-3: #eab543;
--color-4: #ff6b81;
--color-5: #1e3799;
}

🌈 Norman's Garden の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9cb24, #eab543, #ff6b81, #1e3799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9cb24, #eab543, #ff6b81, #1e3799);
}

Norman's Gardenカラーパレットはに作成されました。