Silent Salt カラーパレット

美しいSilent Saltカラーパレットをご紹介します。gin (#d8e9e1), pigeon post (#a5c7d5), glacier (#6eabbf), lochinvar (#2a8c8d) and blue stone (#005a5c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Silent Salt カラーパレット CSS

/* CSS */
.color-1 {
color: #d8e9e1;
}
.color-2 {
color: #a5c7d5;
}
.color-3 {
color: #6eabbf;
}
.color-4 {
color: #2a8c8d;
}
.color-5 {
color: #005a5c;
}

/* CSS Variables */
:root {
--color-1: #d8e9e1;
--color-2: #a5c7d5;
--color-3: #6eabbf;
--color-4: #2a8c8d;
--color-5: #005a5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e9e1, #a5c7d5, #6eabbf, #2a8c8d, #005a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e9e1, #a5c7d5, #6eabbf, #2a8c8d, #005a5c);
}

Silent Saltカラーパレットはに作成されました。