Whispers of Dawn カラーパレット

美しいWhispers of Dawnカラーパレットをご紹介します。wheat (#f6e3b6), mandys pink (#f1c6a7), wewak (#f1a7c1), light wisteria (#d7a9e5) and spindle (#b1c6e7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f1a7c1;
}
.color-4 {
color: #d7a9e5;
}
.color-5 {
color: #b1c6e7;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #f1c6a7;
--color-3: #f1a7c1;
--color-4: #d7a9e5;
--color-5: #b1c6e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #f1c6a7, #f1a7c1, #d7a9e5, #b1c6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #f1c6a7, #f1a7c1, #d7a9e5, #b1c6e7);
}

Whispers of Dawn color palette created on .