Whispers of Sarah カラーパレット

美しいWhispers of Sarahカラーパレットをご紹介します。whisper (#eee9f1), athens gray (#ecebf0), athens gray (#edeef2), catskill white (#dde7ee) and link water (#e1e9f5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #eee9f1;
}
.color-2 {
color: #ecebf0;
}
.color-3 {
color: #edeef2;
}
.color-4 {
color: #dde7ee;
}
.color-5 {
color: #e1e9f5;
}

/* CSS Variables */
:root {
--color-1: #eee9f1;
--color-2: #ecebf0;
--color-3: #edeef2;
--color-4: #dde7ee;
--color-5: #e1e9f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee9f1, #ecebf0, #edeef2, #dde7ee, #e1e9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee9f1, #ecebf0, #edeef2, #dde7ee, #e1e9f5);
}

Whispers of Sarah color palette created on .