Whispers of Spring カラーパレット

美しいWhispers of Springカラーパレットをご紹介します。pixie green (#b6d8b6), sinbad (#a5c9d5), cold purple (#9fb2e0), marzipan (#f7dfa1) and rose bud (#f7b1a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #b6d8b6;
}
.color-2 {
color: #a5c9d5;
}
.color-3 {
color: #9fb2e0;
}
.color-4 {
color: #f7dfa1;
}
.color-5 {
color: #f7b1a1;
}

/* CSS Variables */
:root {
--color-1: #b6d8b6;
--color-2: #a5c9d5;
--color-3: #9fb2e0;
--color-4: #f7dfa1;
--color-5: #f7b1a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6d8b6, #a5c9d5, #9fb2e0, #f7dfa1, #f7b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6d8b6, #a5c9d5, #9fb2e0, #f7dfa1, #f7b1a1);
}

Whispers of Spring color palette created on .