Whispers of Silk カラーパレット

美しいWhispers of Silkカラーパレットをご紹介します。beauty bush (#f0c1c8), marzipan (#f8d2a0), double colonial white (#f0e2a8), morning glory (#a3d7e0) and neptune (#76a6b7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Silk カラーパレット CSS

/* CSS */
.color-1 {
color: #f0c1c8;
}
.color-2 {
color: #f8d2a0;
}
.color-3 {
color: #f0e2a8;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #76a6b7;
}

/* CSS Variables */
:root {
--color-1: #f0c1c8;
--color-2: #f8d2a0;
--color-3: #f0e2a8;
--color-4: #a3d7e0;
--color-5: #76a6b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1c8, #f8d2a0, #f0e2a8, #a3d7e0, #76a6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1c8, #f8d2a0, #f0e2a8, #a3d7e0, #76a6b7);
}

Whispers of Silk color palette created on .