Whispers of Soft Sands カラーパレット

美しいWhispers of Soft Sandsカラーパレットをご紹介します。white (#ffffff), alabaster (#fafafa), desert storm (#ebebea), silver sand (#c5c9c9) and pavlova (#d6c59e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Soft Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #ebebea;
}
.color-4 {
color: #c5c9c9;
}
.color-5 {
color: #d6c59e;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafafa;
--color-3: #ebebea;
--color-4: #c5c9c9;
--color-5: #d6c59e;
}

🌈 Whispers of Soft Sands の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafafa, #ebebea, #c5c9c9, #d6c59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafafa, #ebebea, #c5c9c9, #d6c59e);
}

Whispers of Soft Sands color palette created on .