Serenity of the Himalayas カラーパレット

美しいSerenity of the Himalayasカラーパレットをご紹介します。san juan (#2a4b6a), wedgewood (#4b8e9b), neptune (#6db2b6), padua (#a8e6cf) and coral (#ff8b42)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Serenity of the Himalayasパレットを使った美しいUIコンポーネントを探索

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

💻 Serenity of the Himalayas カラーパレット CSS

/* CSS */
.color-1 {
color: #2a4b6a;
}
.color-2 {
color: #4b8e9b;
}
.color-3 {
color: #6db2b6;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #ff8b42;
}

/* CSS Variables */
:root {
--color-1: #2a4b6a;
--color-2: #4b8e9b;
--color-3: #6db2b6;
--color-4: #a8e6cf;
--color-5: #ff8b42;
}

🌈 Serenity of the Himalayas の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4b6a, #4b8e9b, #6db2b6, #a8e6cf, #ff8b42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4b6a, #4b8e9b, #6db2b6, #a8e6cf, #ff8b42);
}

Serenity of the Himalayas color palette created on .