Serene Waterscape カラーパレット

美しいSerene Waterscapeカラーパレットをご紹介します。wedgewood (#4d7f9d), fountain blue (#69b0c3), regent st blue (#a5d8e9), manhattan (#f4b9a4) and astra (#f9e4b4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Waterscape カラーパレット CSS

/* CSS */
.color-1 {
color: #4d7f9d;
}
.color-2 {
color: #69b0c3;
}
.color-3 {
color: #a5d8e9;
}
.color-4 {
color: #f4b9a4;
}
.color-5 {
color: #f9e4b4;
}

/* CSS Variables */
:root {
--color-1: #4d7f9d;
--color-2: #69b0c3;
--color-3: #a5d8e9;
--color-4: #f4b9a4;
--color-5: #f9e4b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f9d, #69b0c3, #a5d8e9, #f4b9a4, #f9e4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f9d, #69b0c3, #a5d8e9, #f4b9a4, #f9e4b4);
}

Serene Waterscape color palette created on .