Norman's Garden カラーパレット
美しいNorman's Gardenカラーパレットをご紹介します。apple (#69af4b), lightning yellow (#f9cb24), tulip tree (#eab543), wild watermelon (#ff6b81) and jacksons purple (#1e3799)で構成されています。
明るさ
彩度
暖かさ
💡 できること
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カラーパレットはに作成されました。