Whispers of Tranquil Earth カラーパレット

美しいWhispers of Tranquil Earthカラーパレットをご紹介します。grain brown (#e2d2b1), french gray (#b6bac3), nepal (#8da7c3), sushi (#9ea432) and ship cove (#6794c1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Whispers of Tranquil Earthパレットを使った美しいUIコンポーネントを探索

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

💻 Whispers of Tranquil Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #e2d2b1;
}
.color-2 {
color: #b6bac3;
}
.color-3 {
color: #8da7c3;
}
.color-4 {
color: #9ea432;
}
.color-5 {
color: #6794c1;
}

/* CSS Variables */
:root {
--color-1: #e2d2b1;
--color-2: #b6bac3;
--color-3: #8da7c3;
--color-4: #9ea432;
--color-5: #6794c1;
}

🌈 Whispers of Tranquil Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d2b1, #b6bac3, #8da7c3, #9ea432, #6794c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d2b1, #b6bac3, #8da7c3, #9ea432, #6794c1);
}

Whispers of Tranquil Earth color palette created on .