Whispers of Spring カラーパレット

美しいWhispers of Springカラーパレットをご紹介します。rose white (#fffafa), tasman (#dae7da), clam shell (#d7b2b2), white (#ffffff) and twilight (#e2c5e2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #fffafa;
}
.color-2 {
color: #dae7da;
}
.color-3 {
color: #d7b2b2;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #e2c5e2;
}

/* CSS Variables */
:root {
--color-1: #fffafa;
--color-2: #dae7da;
--color-3: #d7b2b2;
--color-4: #ffffff;
--color-5: #e2c5e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffafa, #dae7da, #d7b2b2, #ffffff, #e2c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffafa, #dae7da, #d7b2b2, #ffffff, #e2c5e2);
}

Whispers of Spring color palette created on .