Nemo カラーパレット

美しいNemoカラーパレットをご紹介します。orange (#ff6d1f), orange peel (#faa200), golden dream (#f3e139), keppel (#3cafa3) and deep cerulean (#0077b3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Nemoパレットを使った美しいUIコンポーネントを探索

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

💻 Nemo カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f3e139;
}
.color-4 {
color: #3cafa3;
}
.color-5 {
color: #0077b3;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #faa200;
--color-3: #f3e139;
--color-4: #3cafa3;
--color-5: #0077b3;
}

🌈 Nemo の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #faa200, #f3e139, #3cafa3, #0077b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #faa200, #f3e139, #3cafa3, #0077b3);
}

Nemo color palette created on .