Whispers of Iolanthe カラーパレット

美しいWhispers of Iolantheカラーパレットをご紹介します。snuff (#e6dbf0), amour (#f6e5f4), cherub (#fbe4eb), pearl lusta (#fcf4d9) and azalea (#fbdae0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #e6dbf0;
}
.color-2 {
color: #f6e5f4;
}
.color-3 {
color: #fbe4eb;
}
.color-4 {
color: #fcf4d9;
}
.color-5 {
color: #fbdae0;
}

/* CSS Variables */
:root {
--color-1: #e6dbf0;
--color-2: #f6e5f4;
--color-3: #fbe4eb;
--color-4: #fcf4d9;
--color-5: #fbdae0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6dbf0, #f6e5f4, #fbe4eb, #fcf4d9, #fbdae0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6dbf0, #f6e5f4, #fbe4eb, #fcf4d9, #fbdae0);
}

Whispers of Iolanthe color palette created on .