Whimsical Spring Serenade カラーパレット

美しいWhimsical Spring Serenadeカラーパレットをご紹介します。light wisteria (#d6a2e2), azalea (#f1b1d1), regent st blue (#a3c6e0), sahara sand (#f4e68a) and celadon (#b3e5b3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whimsical Spring Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a2e2;
}
.color-2 {
color: #f1b1d1;
}
.color-3 {
color: #a3c6e0;
}
.color-4 {
color: #f4e68a;
}
.color-5 {
color: #b3e5b3;
}

/* CSS Variables */
:root {
--color-1: #d6a2e2;
--color-2: #f1b1d1;
--color-3: #a3c6e0;
--color-4: #f4e68a;
--color-5: #b3e5b3;
}

🌈 Whimsical Spring Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a2e2, #f1b1d1, #a3c6e0, #f4e68a, #b3e5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a2e2, #f1b1d1, #a3c6e0, #f4e68a, #b3e5b3);
}

Whimsical Spring Serenade color palette created on .