Whispers of Yesteryear カラーパレット

美しいWhispers of Yesteryearカラーパレットをご紹介します。wewak (#f1a8a2), new orleans (#f4d5a4), banana mania (#fce6b6), botticelli (#cce2e5) and regent st blue (#9db8e1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f4d5a4;
}
.color-3 {
color: #fce6b6;
}
.color-4 {
color: #cce2e5;
}
.color-5 {
color: #9db8e1;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4d5a4;
--color-3: #fce6b6;
--color-4: #cce2e5;
--color-5: #9db8e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4d5a4, #fce6b6, #cce2e5, #9db8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4d5a4, #fce6b6, #cce2e5, #9db8e1);
}

Whispers of Yesteryear color palette created on .