Norwegian Tranquility カラーパレット

美しいNorwegian Tranquilityカラーパレットをご紹介します。norway (#a7bd9e), pixie green (#b7d9b5), surf crest (#c9e1c6), ecru white (#f0f6ea) and dairy cream (#f9dbb4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Norwegian Tranquility カラーパレット CSS

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #b7d9b5;
}
.color-3 {
color: #c9e1c6;
}
.color-4 {
color: #f0f6ea;
}
.color-5 {
color: #f9dbb4;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #b7d9b5;
--color-3: #c9e1c6;
--color-4: #f0f6ea;
--color-5: #f9dbb4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #b7d9b5, #c9e1c6, #f0f6ea, #f9dbb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #b7d9b5, #c9e1c6, #f0f6ea, #f9dbb4);
}

Norwegian Tranquility color palette created on .