Whispers of Serene Dusk カラーパレット

美しいWhispers of Serene Duskカラーパレットをご紹介します。jet stream (#c1dcd9), zombie (#dfd596), pink flare (#e0bec2), shadow green (#8ec2bb) and quicksand (#bd9b89)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Serene Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #c1dcd9;
}
.color-2 {
color: #dfd596;
}
.color-3 {
color: #e0bec2;
}
.color-4 {
color: #8ec2bb;
}
.color-5 {
color: #bd9b89;
}

/* CSS Variables */
:root {
--color-1: #c1dcd9;
--color-2: #dfd596;
--color-3: #e0bec2;
--color-4: #8ec2bb;
--color-5: #bd9b89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1dcd9, #dfd596, #e0bec2, #8ec2bb, #bd9b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1dcd9, #dfd596, #e0bec2, #8ec2bb, #bd9b89);
}

Whispers of Serene Dusk color palette created on .