Whispers of Dawn カラーパレット

美しいWhispers of Dawnカラーパレットをご紹介します。snuff (#e2d8e9), east side (#c4a5d4), strikemaster (#a26d9b), shilo (#e8b5b7) and mandys pink (#f5d1c7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #e2d8e9;
}
.color-2 {
color: #c4a5d4;
}
.color-3 {
color: #a26d9b;
}
.color-4 {
color: #e8b5b7;
}
.color-5 {
color: #f5d1c7;
}

/* CSS Variables */
:root {
--color-1: #e2d8e9;
--color-2: #c4a5d4;
--color-3: #a26d9b;
--color-4: #e8b5b7;
--color-5: #f5d1c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d8e9, #c4a5d4, #a26d9b, #e8b5b7, #f5d1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d8e9, #c4a5d4, #a26d9b, #e8b5b7, #f5d1c7);
}

Whispers of Dawn color palette created on .