Serene Sky Whisper カラーパレット

美しいSerene Sky Whisperカラーパレットをご紹介します。casper (#a2b3c8), casper (#b6c8d8), botticelli (#c7d9e6), link water (#e2f1f8) and link water (#f7f9fd)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Sky Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #a2b3c8;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #c7d9e6;
}
.color-4 {
color: #e2f1f8;
}
.color-5 {
color: #f7f9fd;
}

/* CSS Variables */
:root {
--color-1: #a2b3c8;
--color-2: #b6c8d8;
--color-3: #c7d9e6;
--color-4: #e2f1f8;
--color-5: #f7f9fd;
}

🌈 Serene Sky Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b3c8, #b6c8d8, #c7d9e6, #e2f1f8, #f7f9fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b3c8, #b6c8d8, #c7d9e6, #e2f1f8, #f7f9fd);
}

Serene Sky Whisper color palette created on .